/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Widgetkit Slideshow */
.uk-dotnav>*>* {
    background: rgba(50,50,50,.4);
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 3px #555 inset;
    -moz-box-shadow: 0 2px 3px #555 inset;
    -webkit-box-shadow: 0 2px 3px #555 inset;
}

.uk-dotnav>.uk-active>* {
    background: rgba(50,50,50,.1);
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    -moz-box-shadow: 0 2px 2px #777;
    -webkit-box-shadow: 0 2px 2px #777;
    box-shadow: 0 2px 2px #777;
}

.uk-dotnav>* {
    padding-left: 8px;
}

.pagination strong {
    margin: 0 5px;
}

.pagination a {
    margin: 0 5px;
}

.nodisplay {
    display: none !important;
}

/* Cookie Control Style */

.ccm-placeholder {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 3px 3px 3px 3px !important;
    /*    box-shadow: 0 0 5px #E2E2E2 inset !important;
    */
    color: #333333 !important;
    float: left;
    font-size: 10px !important;
    /*    line-height: 1.5em !important;
        padding: 1.8em !important;
    */
    margin-top: -10px !important;
    text-align: center !important;
    width: 90% !important;
}

button.ccm-btn-placeholder-accept {
    /*    display: block !important;
      */
    font-size: 12px !important;
    padding: 0.5em !important;
    width: 100% !important;
}

button.ccm-btn-accept {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.custom-logo {
    width: 163px;
    height: 85px;
    background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
    background-size: contain;
}

.wk-slideshow-sync .frontpage-teaser h1 {
    font-size: 34px;
    line-height: 36px;
}

.wk-slideshow-sync .frontpage-teaser h2 {
    line-height: 26px;
}

.social-icons-headline {
    color: #aaa;
}

/* MPoll */
.mpollmod-question {
    float: left;
}

.mpollmod-answer {
    clear: both;
    float: left;
    padding-bottom: 6px;
}

.mpollmod-answer input {
    float: left;
    width: 16px;
}

.mpollmod-answer label {
    /*float: left;*/
    width: 120px;
    line-height: 16px;
}

.mpollmod-answer-fullwidth label{
	width: auto !important;
	display: table-cell;
    text-indent: -16px;
    padding-left: 16px;
}

.mpollmod-answer-fullwidth {
	display: inline-block;
	width: 100%;
}

.mpollmod-answer-fullwidth .mpollmod-question {
	float: none !important;
	min-width: 512px !important;
    max-width: 656px !important;
	/* width: auto !important; */
	display: table !important;
	margin: 0 auto !important;
}

/* ContinuEd */

@CHARSET "UTF-8";

.continued-error {
    color: #800000;
    border: 2px solid #800000;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
}

#continued-fm-text {
    height: 240px;
    overflow: auto;
    padding: 2px;
    border: 1px solid rgb(0, 0, 0);
}

#continued-fm-agree {
    border: medium none;
    padding: 5px;
}

#continued-fm-error {
    color: rgb(136, 0, 0);
    font-size: 10pt;
    font-weight: bold;
    display: none;
    position: relative;
}

#continued-login {
    width: 630px;
    padding: 0;
    margin: 0 auto;
}

#continued-login-login {
    float: left;
    width: 300px;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-login-login-row {
    clear: both;
    float: left;
    width: 100%;
    min-height: 20px;
    padding: 0;
    margin: 0 auto;
}

.continued-login-login-label {
    font-weight: bold;
    float: left;
    width: 60px;
    text-align: right;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 11px;
}

.continued-login-login-value {
    float: left;
    width: 150px;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-login-login-submit {
    float: left;
    width: 150px;
    text-align: left;
    border-top: 1px solid #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-login-login-footer {
    float: left;
    width: 210px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-login-login-error {
    font-weight: bold;
    float: left;
    width: 40px;
    text-align: left;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 10px;
}

.continued-login-login-hdr {
    float: left;
    width: 210px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.continued-login-desc {
    padding-bottom: 20px;
}

#continued-login-reg {
    float: left;
    width: 300px;
    padding: 0 0 5px 0;
    margin: 0 0 0 10px;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-login-reg-row {
    clear: both;
    float: left;
    width: 100%;
    min-height: 20px;
    padding: 0;
    margin: 0 auto;
}

.continued-login-reg-label {
    font-weight: bold;
    float: left;
    width: 60px;
    text-align: right;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 11px;
}

.continued-login-reg-value {
    float: left;
    width: 150px;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-login-reg-submit {
    float: left;
    width: 150px;
    text-align: left;
    border-top: 1px solid #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-login-reg-footer {
    float: left;
    width: 210px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-login-reg-error {
    font-weight: bold;
    float: left;
    width: 40px;
    text-align: left;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 10px;
}

.continued-login-reg-hdr {
    float: left;
    width: 210px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

#continued-lost-lost {
    width: 590px;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-lost-lost-row {
    clear: both;
    float: left;
    width: 100%;
    min-height: 20px;
    padding: 0;
    margin: 0 auto;
}

.continued-lost-lost-label {
    font-weight: bold;
    float: left;
    width: 75px;
    text-align: right;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 12px;
}

.continued-lost-lost-value {
    float: left;
    width: 200px;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-lost-lost-submit {
    float: left;
    width: 200px;
    text-align: left;
    border-top: 1px solid #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-lost-lost-footer {
    float: left;
    width: 525px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-lost-lost-error {
    font-weight: bold;
    float: left;
    width: 260px;
    text-align: left;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 10px;
}

.continued-lost-lost-hdr {
    float: left;
    width: 560px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-lost-desc {
    padding-bottom: 20px;
}

.continued-loginmod-row {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.continued-loginmod-label {
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 5px 0 3px;
    font-size: 12px;
}

.continued-loginmod-value {
    float: left;
    width: 100%;
    text-align: left;
    padding: 1px 3px 5px 5px;
    font-size: 12px;
}

.continued-loginmod-submit {
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 3px 10px 5px;
    font-size: 12px;
}

.continued-loginmod-footer {
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 3px 3px 5px;
    font-size: 12px;
}

.continued-loginmod-hdr {
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 3px 3px 5px;;
    font-size: 16px;
    font-weight: bold;
}

.continued-loginmod-error {
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: left;
    padding: 1px 5px 0 3px;
    font-size: 10px;
}

#continued-loginmodh {
    text-align: right;
    line-height: 14px;
    color: #000000;
}

.continued-loginmodh-field {
    display: block;
    font-size: 12px;
    float: left;
    text-align: left;
    line-height: 10px;
    padding: 2px;
    font-weight: bold;
}

.continued-loginmodh-button {
    display: block;
    font-size: 11px;
    float: left;
    text-align: left;
    line-height: 10px;
    padding: 10px 0 2px 2px;
    font-weight: bold;
}

#continued-user-info {
    width: 490px;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-user-info-row {
    clear: both;
    float: left;
    width: 100%;
    min-height: 20px;
    padding: 0;
    margin: 0 auto;
}

.continued-user-info-label {
    font-weight: bold;
    float: left;
    width: 140px;
    text-align: right;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-info-value {
    float: left;
    width: 300px;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-info-hdr {
    float: left;
    width: 300px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-info-submit {
    float: left;
    width: 300px;
    text-align: left;
    border-top: 1px solid #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

#continued-user-edit {
    width: 590px;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-user-edit-row {
    clear: both;
    float: left;
    width: 100%;
    min-height: 20px;
    padding: 0;
    margin: 0 auto;
}

.continued-user-edit-label {
    font-weight: bold;
    float: left;
    width: 140px;
    text-align: right;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-edit-value {
    float: left;
    width: 260px;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-edit-submit {
    float: left;
    width: 260px;
    text-align: left;
    border-top: 1px solid #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-edit-hdr {
    float: left;
    width: 260px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-edit-error {
    font-weight: bold;
    float: left;
    width: 140px;
    text-align: left;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 10px;
}

#continued-user-pick {
    width: 500px;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-user-pick-row {
    clear: both;
    float: left;
    width: 490px;
    min-height: 20px;
    padding: 5px 5px 0 5px;
    margin: 0 auto;
}

.continued-user-pick-hdr {
    clear: both;
    float: left;
    width: 480px;
    min-height: 20px;
    padding: 5px 10px 0 10px;
    margin: 0 auto;
    font-size: 16px;
}

.continued-user-pick-submit {
    clear: both;
    float: left;
    width: 490px;
    min-height: 20px;
    padding: 0 5px 5px 5px;
    margin: 0 auto;
    text-align: center;
}

.continued-user-pick-item {
    width: 224px;
    padding: 10px;
    float: left;
}

.continued-user-pick-item span {
    line-height: 160%;
    color: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    -moz-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    display: block;
    padding: 6px 12px 6px 12px;

    background: #AF3A29; /* Old browsers */
    background: -moz-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64538), color-stop(100%, #AF3A29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c64538 0%, #AF3A29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00647d', endColorstr='#AF3A29', GradientType=0); /* IE6-9 */

    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;

}

.continued-user-pick-item span:hover {

    background: #1c3161;

}

.continued-user-pick-item.selected span {

    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 1);
    color: #ffffff;
    background: #1c3161;
}

input.continued-user-pick-radio {
    top: -9999px;
    position: absolute;
}

#continued-user-reg {
    width: 590px;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.continued-user-reg-row {
    clear: both;
    float: left;
    width: 100%;
    min-height: 20px;
    padding: 0;
    margin: 0 auto;
}

.continued-user-reg-label {
    font-weight: bold;
    float: left;
    width: 140px;
    text-align: right;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-reg-value {
    float: left;
    width: 260px;
    text-align: left;
    border-top: 1px dotted #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-reg-hdr {
    float: left;
    width: 260px;
    text-align: left;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-reg-submit {
    float: left;
    width: 260px;
    text-align: left;
    border-top: 1px solid #999999;
    padding: 3px 3px 3px 5px;
    min-height: 20px;
    font-size: 12px;
}

.continued-user-reg-error {
    font-weight: bold;
    float: left;
    width: 140px;
    text-align: left;
    padding: 3px 5px 3px 3px;
    min-height: 20px;
    font-size: 10px;
}

#qabox-outer {
    margin: 10px auto;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    border: solid #aaaaaa 1px;
    width: 450px;
}

#qabox-inner {
    margin: 0 auto;
    width: 450px;
    text-align: left;
    color: #000;
}

#qabox-top {
    margin: 0 auto;
    width: 450px;
    text-align: left;
    color: #000;
    height: 10px;
    overflow: hidden;
}

#qabox-bot {
    margin: 0 auto;
    width: 450px;
    text-align: left;
    color: #000;
    height: 10px;
}

#qabox-question {
    margin: 0 10px 0 10px;
    padding: 0;
}

#qabox-reviews {
    margin: 0 10px 0 10px;
    padding: 0;
}

#qabox-rate textarea {
    width: 450px;
    border: solid 1px #5f5e5e;
}

#qabox-rate .mreview-box-btn {
    background-color: #FFF;
    color: #000;
    border: solid 1px #000000;
}

#qabox-title {
    margin: 0 10px 0 10px;
    padding: 0;
    font-weight: bold;
}

#qabox-msg {
    margin: 0 10px 0 10px;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

label.uf_error {
    text-align: left;
    display: none;
    color: #800000;
    font-size: 10px;
}

input.uf_error {
    border: solid 1px #800000;
}

label.uf_pickerror {
    text-align: left;
    display: none;
    color: #800000;
    font-size: 12px;
}

.uf_field {
    font-size: 12px;
    padding: 2px;
    width: 250px;
    border: solid 1px #888888;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.uf_modfield {
    font-size: 12px;
    padding: 2px;
    width: 120px;
    border: solid 1px #888888;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.uf_modfieldh {
    background: #dfe5e4;
    font-size: 12px;
    padding: 2px;
    width: 80px;
    border: solid 1px #444444;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.uf_login {
    font-size: 12px;
    padding: 2px;
    width: 140px;
    border: solid 1px #888888;
}

.uf_lost {
    font-size: 12px;
    padding: 2px;
    width: 190px;
    border: solid 1px #888888;
}

.uf_select {
}

.uf_mselect {
    height: 100px;
}

.uf_note {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #555555;
}

.uf_bday_month {
    font-size: 12px;
    padding: 2px;
    width: 120px;
    border: solid 1px #888888;
}

.uf_bday_day {
    font-size: 12px;
    padding: 2px;
    width: 50px;
    border: solid 1px #888888;
}

#continued-loginmodh .uf_button, .uf_button {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: #c64538; /* Old browsers */
    background: -moz-linear-gradient(top, #c64538; 0%, #AF3A29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64538;), color-stop(100%, #AF3A29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c64538; 0%, #AF3A29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c64538; 0%, #AF3A29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c64538; 0%, #AF3A29 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c64538; 0%, #AF3A29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00647d', endColorstr='#AF3A29', GradientType=0); /* IE6-9 */

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;

}

a.button:hover, button.button:hover,
form.style button:hover,
form.style input[type="button"]:hover,
form.style input[type="submit"]:hover,
.mod-box-color form.style button,
.mod-box-color form.style input[type="button"],
.mod-box-color form.style input[type="submit"],
.button-default:hover,
.button-primary, .mod-box .button-primary,
#continued-loginmodh .uf_button:hover {
    background: #c64538;

}

#continued-loginmodh .uf_button:active {
    background: #1c3161;
    position: relative;
    top: 1px;
}

#header #continued-loginmodh a {
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    margin: 0;
}

#continued-loginmodh a:hover {
    color: #00647d;
}

#continued-loginmodh a:active {
    position: relative;
    top: 1px;
}

.continued-material-downloads {
    padding: 20px;
    text-align: center;
}

.continued-material-downloads a {
    margin-right: 10px;
    display: inline;
}

.continued-material-downloads a:hover {
}

.cebutton {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: #AF3A29; /* Old browsers */
    background: -moz-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64538), color-stop(100%, #AF3A29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c64538 0%, #AF3A29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00647d', endColorstr='#AF3A29', GradientType=0); /* IE6-9 */

    border: none;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;
    text-align: center;
    border-radius: 4px;
    margin: 2px 5px;
    min-width: 140px;
    display: inline-block;
}

.cebutton:hover {
    background: #1c3161;
    color: #ffffff;
}

.cebutton:active {
    background: #1c3161;
    position: relative;
    top: 1px;
}

.cebutton_edit {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: #AF3A29; /* Old browsers */
    background: -moz-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64538), color-stop(100%, #AF3A29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c64538 0%, #AF3A29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00647d', endColorstr='#AF3A29', GradientType=0); /* IE6-9 */

    border: none;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;
    text-align: center;
    border-radius: 4px;
}

.cebutton_edit:hover {
    background: #1c3161;
    color: #ffffff;
}

.cebutton_edit:active {
    background: #1c3161;
    position: relative;
    top: 1px;
}

.cebutton_red {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: rgb(127, 35, 35); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmMjMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(127, 35, 35, 1) 0%, rgba(66, 17, 17, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(127, 35, 35, 1)), color-stop(100%, rgba(66, 17, 17, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(127, 35, 35, 1) 0%, rgba(66, 17, 17, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(127, 35, 35, 1) 0%, rgba(66, 17, 17, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(127, 35, 35, 1) 0%, rgba(66, 17, 17, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(127, 35, 35, 1) 0%, rgba(66, 17, 17, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f2323', endColorstr='#421111', GradientType=0); /* IE6-8 */

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    color: #ffffff !important;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;
    margin: 0 5px;
    min-width: 140px;
    text-align: center;
}

.cebutton_red:hover {
    background: rgb(127, 35, 35); /* Old browsers */
    color: #ffffff;
}

.cebutton_red:active {
    background: rgb(66, 17, 17);
    position: relative;
    top: 1px;
}

.cebutton_grey {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: rgb(124, 124, 124); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjNmM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(124, 124, 124, 1) 0%, rgba(63, 63, 63, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(124, 124, 124, 1)), color-stop(100%, rgba(63, 63, 63, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(124, 124, 124, 1) 0%, rgba(63, 63, 63, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(124, 124, 124, 1) 0%, rgba(63, 63, 63, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(124, 124, 124, 1) 0%, rgba(63, 63, 63, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(124, 124, 124, 1) 0%, rgba(63, 63, 63, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#3f3f3f', GradientType=0); /* IE6-8 */

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;
    margin: 0 5px;
    min-width: 140px;
    text-align: center;
}

.continued-ceq-res-msg {
    width: 100%;
    padding-bottom: 20px;
}

.continued-ceq-question {
    width: 100%;
    padding-bottom: 20px;
    clear: both;
}

.continued-ceq-question-text {
    width: 100%;
    font-weight: bold;
    padding-bottom: 12px;
}

.continued-ceq-opt {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 12px;
}

.continued-ceq-opt-text {
    float: left;
    width: 80%;
}

.continued-ceq-opt-count {
    float: right;
    width: 18%;
    text-align: right;
}

.continued-ceq-answer {
    width: 90%;
    margin: 0 auto;
}

.continued-ceq-error_msg {
    font-size: 10px;
    display: none;
}

.continued-ceq-opt-correct {
    font-weight: bold;
}

.continued-ceq-opt-bar-box {
    background-color: #777777;
    width: 100%;
    height: 20px;
    float: left;
}

.continued-ceq-opt-bar-bar {
    height: 20px;
    background-color: rgb(35, 71, 128);
}

.continued-verify-errorstate {
    border: 1px solid #c90000;
    background-color: #fd9e9e;
    padding: 10px 0;
}

#continued-fm-text {
    height: 240px;
    overflow: auto;
    padding: 2px;
    margin-bottom: 10px;
    border: 1px solid #000000;
}

#continued-fm-verify-error {
    color: #800000;
    padding: 4px 10px;
}

#continued-fm-verify-checkbox {
    padding: 4px 10px;
}

#continued-fm-verify-submit {
    padding: 4px 10px;
    text-align: center;
    margin: 0 auto;
}

#continued-mat-verify-error {
    color: #800000;
    padding: 4px 10px;
}

#continued-mat-verify-submit {
    padding: 4px 10px;
    text-align: center;
    margin: 0 auto;
}

.continued-check-question {
    font-weight: bold;
}

.continued-check-answer {
    color: #000080;
}

#continued-check-verify-error {
    color: #800000;
    padding: 4px 10px;
}

#continued-check-verify-checkbox {
    padding: 4px 10px;
}

#continued-check-verify-submit {
    padding: 4px 10px;
    text-align: center;
    margin: 0 auto;
}

.continued-assess-question {
    font-weight: bold;
}

.continued-assess-answer-correct {
    color: #008000;
}

.continued-assess-answer-incorrect {
    color: #800000;
}

.continued-assess-expl {
    font-style: italic;
}

#continued-purchase-code-error {
    color: #800000;
    padding: 4px 10px;
}

/* MAMS */
.mams-artlist-article {
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.mams-artlist-arttitle {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}

.mams-artlist-artaut {
    padding-bottom: 10px;
}

.mams-artlist-arttpdrm {
    padding-bottom: 4px;
    clear: both;
}

.mams-artlist-artthumb {
    padding-bottom: 10px;
    padding-right: 10px;
}

.mams-artlist-artpubdesc {
}

.mams-artlist-artpubcat {
    padding-bottom: 4px;
    font-size: 11px;
}

.mams-artlist-artdesc {
    padding-bottom: 10px;
}

.mams-artlist-artreadmore {
    float: right;
    clear: both;
}

.mams-artlist-seperator {
    width: 100%;
    clear: both;
    padding: 10px 0 0 0;
    border-bottom: dotted 1px #aaaaaa;
}

.mams-artlist-artreadmore .read-more {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: #AF3A29; /* Old browsers */
    background: -moz-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64538), color-stop(100%, #AF3A29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c64538 0%, #AF3A29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00647d', endColorstr='#AF3A29', GradientType=0); /* IE6-9 */

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    color: #ffffff !important;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;
    margin: 2px 5px;
    text-align: center;
    min-width: 120px;

}

.mams-artlist-artreadmore .read-more:hover {
    background: #1c3161;
    color: #ffffff;
}

.mams-artlist-artreadmore .read-more:active {
    background: #1c3161;
    position: relative;
    top: 1px;
}

.mams-author-credentials {
}

.mams-author-bio {
}

.mams-author-related {
    padding-top: 10px;
    clear: both;
}

.mams-author-related-title {
    font-size: 16px;
    font-weight: bold;
}

.mams-author-related-links {
}

.mams-author-related-link {
    font-size: 13px;
    padding: 6px;
    margin: 5px;
    width: 46%;
    display: block;
    float: left;
    min-height: 60px;
    line-height: 16px;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.mams-author-related-link:hover {
    background-color: #ffffcc;
}

.mams-author-related-artaut {
    font-size: 11px;
}

.mams-author-related-pubinfo {
    font-size: 11px;
}

.mams-author-related-artthumb {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 4px;
    padding-bottom: 40px;
}

.mams-author-modified {
    padding-top: 10px;
    font-size: 10px;
}

.mams-author-image {
    padding-right: 12px;
}

.mams-author-authsec {
    padding-bottom: 16px;
    float: left;
    width: 100%;
}

.mams-author-authsec-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 4px;
}

.mams-author-authsec-auths {
    padding-left: 10px;
}

.mams-author-authitem {
    float: left;
    width: 46%;
    padding: 10px 6px;
    margin: 0 10px 0 0;
    min-height: 120px;
    border-bottom: dotted 1px #aaaaaa;
}

.mams-author-authimg {
}

.mams-author-authname {
    font-size: 12px;
    line-height: 14px;
}

.mams-author-authcred {
    font-size: 11px;
    line-height: 13px;
}

.mams-author-listimage {
    padding-right: 12px;
    height: 120px;
}

.mams-article-pubinfo {
    padding-bottom: 4px;
    font-size: 10px;
}

.mams-article-media {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.mams-article-auths {
    padding-top: 10px;
    padding-left: 20px;
    margin: 0 auto;
    text-align: center;
}

.mams-article-auth {
    display: inline;
    float: left;
    padding-right: 20px;
    text-align: left;
    margin-top: 10px;
}

.mams-article-downloads {
    padding-left: 20px;
    text-align: center;
}

.mams-article-downloads a {
    -moz-box-shadow: 0px 1px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 1px 0px #000000;
    box-shadow: 0px 1px 1px 0px #000000;

    background: #AF3A29; /* Old browsers */
    background: -moz-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64538), color-stop(100%, #AF3A29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c64538 0%, #AF3A29 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c64538 0%, #AF3A29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00647d', endColorstr='#AF3A29', GradientType=0); /* IE6-9 */

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    color: #ffffff !important;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px #222222;
    margin: 2px 5px;
    text-align: center;
}

.mams-article-downloads a:hover {
    background: #1c3161;
    color: #ffffff;
}

.mams-article-downloads a:active {
    background: #1c3161;
    position: relative;
    top: 1px;
}

.mams-article-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: bold;
    clear: both;
}

.mams-article-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    clear: both;
}

.mams-article-related {
    padding-top: 10px;
    clear: both;
}

.mams-article-related-title {
    font-size: 16px;
    font-weight: bold;
}

.mams-article-related-links {
}

.mams-article-related-link {
    font-size: 13px;
    padding: 6px;
    margin: 5px;
    width: 46%;
    display: block;
    float: left;
    min-height: 60px;
    line-height: 16px;
    border: solid #aaaaaa 1px;
    background: #fff1cc;
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.mams-article-related-link:hover {
    background-color: #ffffcc;
}

.mams-article-related-artaut {
    font-size: 11px;
}

.mams-article-related-pubinfo {
    font-size: 10px;
}

.mams-article-related-artthumb {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 6px;
    padding-bottom: 6px;
}

.mams-article-modified {
    padding-top: 10px;
    font-size: 10px;
    clear: both;
}

.mams-artlist-pagination-pages {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding-top: 2px;
}

#mediaspace_wrapper {
    -webkit-box-shadow: 0px 2px 2px 0px #444444;
    box-shadow: 0px 2px 2px 0px #444444;
    background: #000000;
}

.mams-featmod-author,
.mams-featmod-sec,
.mams-featmod-pubdate,
.mams-featmod-cat {
    font-size: 10px;
    line-height: 12px;
}

/* custom CSS for Managing CVD */
/* @TODO: Update for MPN originals */
#header {
  	background-image: url(../../../images/headerbg-cvd-no-logo.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#headerbar .continued-loginmodh-field {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#menu {
	background: #52b8db !important;
}

#menubar {
	background: #1c3161 !important;
}
.menu-dropdown li.level1.active a.level1, .menu-dropdown li.level1.active span.level1 {
    background: #188abb !important;
}

.mod-box .module-title {
    background: #1c3161 !important;
}

h1, h2, h3, h4, h5, h6, .pricing thead th {
	font-family: inherit !important;
}

.searchbox input {
	background-color: white !important;
    color: #1c3161 !important;
}

.title, .componentheading, .contentheading {
    background: #1c3161 !important;
}

.menu-dropdown li.level1:hover .level1, .menu-dropdown li.remain .level1 {
    background: #c64538 !important;
}

.menu-dropdown .dropdown-bg > div {
	background: #52b8db !important;
}

.menu-dropdown li.level1:hover .level1, .menu-dropdown li.remain .level1 {
	background: #188abb !important;
}

.menu-dropdown a.level2:hover {
    background: #188abb !important;
}

.menu-dropdown li.level2 a.current.level2 {
	background: #188abb !important;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
  border-right-color: #cdc1c4;
}

.menu-dropdown a.level2, .menu-dropdown span.level2,
.menu-dropdown li.level2.parent.current + li.level2 a.level2 {
  border-top-color: #cdc1c4;
}

.print a {
    color: white !important;
}

.cebutton {
	background: #c64538 !important;
}

a.cebutton {
	color: white !important;
}

a {
    color: #c64538 !important;
}

#header a {
    color: white !important;
}

.pweb-asterisk {
    display: none;
}

/* Adds right padding to thumbnails at http://www.managingmpn.com/continuing-education and articles with same format */
/* @TODO: Verify and update for CVD if needed */
#page #main #maininner #content td.cethumbnail img {
padding-right: 15px;
}

#toolbar {
    background-color: #163a66 !important;
    color: white !important;
}

/* overrides tools.css for the registration buttons and buttons in general */
a.button, button.button, form.style button, form.style input[type="button"], form.style input[type="submit"], .button-default, .mod-box .button-default {
	background: linear-gradient(to bottom, #c64538 0%, #AF3A29 100%);
}

/* */

.mpoll-submit.button {
  color: #fff !important;
}

/* title text color should be white on the blue blackground */

h1 a {
    color: white !important;
}




.mpollmod-opt-bar-box {
    background-color: #CF523E !important;
    width: 100%;
    height: 10px;
    float: left;
}

.mpollcom-opt-bar-box {
    background-color: #CF523E !important;
    width: 100%;
    height: 20px;
    float: left;
}

.air1 span{font-size: 12px; color: #c64538}
.air1 input{vertical-align: middle;}
body{font-family: 'Roboto', sans-serif;}