.home-cta .trailer {
    margin-top: 0px;
}


#notices tbody tr,
#notices tbody tr td {
    cursor: pointer;
}

.shop-table tr td:first-child {
    width: 20%;
}

.shop-table tr td:last-child {
    width: 80%;
    padding-left: 20px;
}

.nav-account .dropdown-menu i {
    margin-right: 5px;
}

#company-watch-added,
#company-watch-removed,
#company-watch-error {
    display: none;
}

.blurred {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

#notice-details .administrator {
    padding-bottom: 10px;
}

#subscribe .plans {
    padding-left: 0px;
    margin-left: 10px;
    margin-bottom: 20px;
}

    #subscribe .plans li {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0px;
    }

span.valid {
    color: #00b050;
}

span.invalid {
    color: #f86161;
}

.plan .old-price {
    font-size: 30px;
}

.plan .promo-text {
    font-size: 16px;
    color: #d9534f;
}

.promo-price {
    color: #d9534f;
}

.btn-cta {
    background-color: #5cb85c !important
}

    .btn-cta:hover {
        background-color: #fff !important;
        color: #5cb85c !important;
    }

div.container p a {
    font-weight: bold;
}

span.multiselect-native-select {
    display: block;
    width: 100%;
}

    span.multiselect-native-select .btn-group {
        width: 100%;
    }

    span.multiselect-native-select .multiselect {
        width: 100%;
    }

.input-validation-error {
    border: 1px solid red !important;
    background-color: #ffe3e3 !important;
}

.validation-summary-errors {
    font-size: 20px;
    border: 1px solid red !important;
    background-color: #ffe3e3 !important;
    padding-top: 5px;
    margin-bottom: 10px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .header-account .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:1200px) {
    .header-account .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-nav a.logo img {
        height: 50px;
    }
}
