.full-width .main-content .right-content .notifications {
    border-top: 1px solid #bbcefb;
    border-bottom: 1px solid #a77a11;
    background: #f9b516;
}

.full-width .main-content .right-content .notifications .menu li a {
    border-right: 1px solid #bbcefb;
}

.full-width .main-content .right-content .notifications .menu li a .counter {
    background: #ed2933;
}

.full-width .main-content .right-content .notifications .menu li a:hover, .full-width .main-content .right-content .notifications .menu li a:focus {
    background-color: #1e1f5b;
    color: white;
}

.full-width .main-content .right-content .notifications .menu li a.acc-highlight-study {
    background-color: #FFFFFF;
    color: #592b1a;
    height: 41px;
    margin-left: 0px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-docs {
    background-color: #FFFFFF;
    color: #592b1a;
    height: 41px;
    margin-left: 160px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-tutor {
    background-color: #FFFFFF;
    color: #592b1a;
    height: 41px;
    margin-left: 320px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-manage {
    background-color: #FFFFFF;
    color: #592b1a;
    height: 41px;
    margin-left: 480px;
}

.cust-text-color {
    color: #ed2933;
}

.background-solid-gradient {
    background: #bbcefb; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(circle, #fff, #fff, #e2ebfb); /* Safari */
    background: -o-radial-gradient(circle, #fff, #fff, #e2ebfb); /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, #fff, #fff, #e2ebfb); /* Firefox 3.6 to 15 */
    background: radial-gradient(circle, #fff, #fff, #e2ebfb); /* Standard syntax */
}

/* Buttons */

.button, .count, .full-width .main-header .user-account-links .messages .counter, .full-width .main-header .user-account-links .email .counter, .courses-grid .course .top .tag.date {
    background: #303192;
}

.button.border {
    border: 1px solid #edf2d0;
}

.button:hover, .button:focus, .count:hover {
    background: #1e1f5b;
    background-repeat: no-repeat;
}

.button.cancel {
    background-color: #d5943f;
}

.button.cancel:hover {
    background-color: #3c3625;
}

.button.icon:hover {
    padding-left: 42px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.box-search2 input[type="submit"] {
    background: #303192 url("../images/icon-zoom.png") center no-repeat;
}

.actions a.bcancel {
    background: #303192 url("../images/icon-remove.png") center no-repeat;
}

.box-search2 input[type="submit"]:hover {
    background: #1e1f5b url("../images/icon-zoom.png") center no-repeat;
}

.actions a.bcancel:hover {
    background: #1e1f5b url("../images/icon-remove.png") center no-repeat;
}

.full-width .main-content .right-content .big-heading.img-bg {
    margin-left: -1px;
    padding: 25px 30px;
    height: auto;
    background-image: none;
    background-color: #f9b516;
    line-height: 1em;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.main-header .main-nav ul li a {
    color: grey;
}