
/* logger */
.logger {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 8px;
}
.logger_info {
    background-color: #5DADE2;
    color: white;
}
.logger_warn {
    background-color: #F39C12;
    color: white;
}
.logger_error {
    background-color: #E74C3C;
    color: white;
}

.contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    color: white;
}


/* notification count */
a.notification_box {
    position: relative;
    font-size: 2em;
    cursor: pointer;
}
a.notification_box:hover {
    color: #F4D03F;
    text-decoration: none;
}
a.noring {
    color: gray;
}
a.ring {
    color: #E67E22;
}
span.num {
    position: absolute;
    font-size: 0.6em;
    top: 5px;
    color: #fff;
    right: 9px;
}
