html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    font-family: Source Sans Pro, sans-serif;
    text-align: left;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #BF262B !important;
    border-color: #BF262B !important;
}

a:link, a:visited {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img{
    border:none;
}

table.layout{
		border-collapse:collapse !important;
		font-size:inherit !important;
}
table.layout th{
		font-size:inherit !important;
}
table.layout tr{
		font-size:inherit !important;
}
table.layout td{
		font-size:inherit !important;
}

input[type="text"], select, textarea {
    border: 1px solid #B5BCC7;
}

.v3input {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    max-width:500px;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
    box-sizing: border-box;
}

.v3inputfull {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    width:100%;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
    box-sizing: border-box;
}

.v3input_active {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
}

.v3input_disabled {
    background-color:#fff;
    border:1px solid #5e5e5e;
    padding:12px;
    font-family:Raleway, sans-serif;
    font-size:13px;
    color:#5e5e5e;
}

.contentTitle {
    text-align:center;
    color: #666;
    font-size: 28px;
    font-weight:300;
}
