.declno_td {
	white-space: pre;
}

.white_space_pre {
	white-space: pre-wrap;
}

#update-all.btn {
	color: #6C8F68;
	border-radius: 4px;
}

#delete-all.btn {
	color: #EC5F22;
	border-radius: 4px;
}

tbody#record_tbody tr th {
	width: 20%;
	background-color: #FAF1EF;
}

tbody#record_tbody tr td {
	width: 80%;
	background-color: #FAF8F8;
}

td#home_field_car_style {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.field_container {
	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
}

body {
   min-height: 400px;
   margin-bottom: 100px;
   clear: both;
}

footer {
	margin-top: 50px;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
}

img#user-profile {
	max-width: 10%;
}

div.client_name_div {
    background-color: #ffdc35;
    float:left;
    padding-left: 1px;
    padding-right: 1px;
}

div.car_style_div {
    background-color: #c4e1ff;
    float:left;
    padding-left: 1px;
    padding-right: 1px;
}

div.vin_div {
    background-color: #bebebe;
    float:left;
    padding-left: 1px;
    padding-right: 1px;
}

th.th_header_btn {
    width: 1%;
}

th.th_header_xxs {
    width: 1%;
}

th.th_header_xs {
    width: 2%;
}

th.th_header_s {
    width: 3%;
}

th.th_header_m {
    width: 5%;
}

th.th_header_l {
    width: 7%;
}
th.th_header_xl {
    width: 10%;
}
