@charset "utf-8";
/* CSS Document for /Templates/MobileTN.dwt */
div#dv-header > table > tbody > tr > td:nth-child(1) { width: 50% }

div#dv-header > table > tbody > tr > td:nth-child(2) { width: 15% }

.btn-red, div#dv-header > table > tbody > tr > td:nth-child(3) a {
	background-color: #db0000;
	border-color: #db0000;
	display: inline-block;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 13px;
	padding: 1% 3%;
    border-radius: 7px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: .25rem;
    margin-bottom: .25rem;
}

div#dv-header > table > tbody > tr > td:nth-child(3) { width: 16% }

div#dv-header > table > tbody > tr > td:nth-child(4) { width: 14% }

div#dv-header > table > tbody > tr > td:nth-child(5) { width: 5% }

div#dv-header a { margin-top: 0px !important }

div.dv-horizontal-separator {
	border-bottom: 2px #bfbfbf solid;
    width: calc(100% + 16px);
    margin-left: -8px;
}

img#mainLogo {
	width: 100%;
	max-width: 198px;
}

