﻿* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#content {width:80%; max-width:1000px; background-color: #ffffff; color:#6B8187; font-size:0.9em; line-height:1.2em; border-radius:20px;}
#content #content-header, #content #content-content, #content #content-footer {background:none;}
#content #content-content {width:100%; position:relative;}
#logo {position:absolute; top:0; right:-25px;}
.title{font-size:1.5em; line-height:1.2em; color:#3F4D51;}
.contentWrapper {padding:15px 30px 0px 30px; width: 100%;}
.contentWrapper .contentContainer {width:100%;margin-top:25px;margin-bottom:0px;}
#content .subtitle {text-align:center; color:#3F4D51; border-bottom:2px solid #ebf5f9; padding-bottom:5px;}
#content .subtitle2 {text-align:center; color:#3F4D51; padding-top:5px;}
#content a {color:#6B8187; padding-right:0;}

#footer {padding:20px 0 !important;}

#bottom-links{margin-right: 66px;margin-top: 15px;text-align: right;position:relative;}
#bottom-links #Cancel{position: absolute;right: 125px;top: 10px;}