﻿@font-face
{
    font-family:Toyota;
    src:url('../fonts/toyotadisplay_bd-webfont.eot');
    src:url('../fonts/toyotadisplay_bd-webfont.eot?#iefix') format('eot'),
    url('../fonts/toyotadisplay_bd-webfont.ttf') format('truetype'),
    url('../fonts/toyotadisplay_bd-webfont.svg#webfontDPuHzdxo') format('svg');
}

.navbar-brand { margin-top:-0.45em; padding:0; }
.page-header h2 { font-family:Toyota; font-size:4.4rem; line-height:4.6rem; }
.page-header small { font-size:2.4rem; line-height:2.8rem; color:#000; font-weight:normal; }
.container>footer h2 { font-family:Toyota; margin-bottom:0.8em; }
.container>footer .small { color:#888; }

.text-center-ellipsis{
   text-align: center;
   text-overflow: ellipsis;
    overflow : hidden;
    white-space: nowrap;
    width: 140px !important;
}

.text-center-ellipsis:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

#footerWrapper .label-info { 
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.proacewarning {
	padding: 18px;
	margin-top: 10px;
}