﻿/*****************************************************
* Cars stylesheet
* Cactusoft Ltd - www.cactusoft.com
* Copyright © 1998 - 2013. All rights reserved.
* Build date: 12 Sept 2013 |
*****************************************************/

/*----- View Car page ----*/
.options-list {
	margin: 1em 0 0;
}
.options-list > li {
	float: left;
	width: 30.33333%;
	line-height: 1.3em;
	margin: 0 0 0.7em 3%;
}

.record-details .location .lbl {
    width: 15px;
    margin-right: 0;
}
.record-details .location .address {
    width: calc(100% - 15px);
    float: right;
}