.msg {
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    /*background-color: rgba(166, 166, 166, 0.3);*/
    background: linear-gradient(#F7F7F7 90%, #E4E4E4 100%);
    min-width: 1200px;
    width: 100%;
    border-bottom: 1px solid;
    border-bottom-color: rgba(224, 230, 237, 0.2);
    color: rgba(50,50,50,0.7);
}
.msg a {
    color: rgba(50,50,50,0.7);
}
.primary-bg .msg {
    background: transparent;
}
.primary-bg .msg, .primary-bg .msg a {
    color: rgba(255,255,255,0.7);
}
.msg .msg__left {
    display: inline-block;
}

.msg .msg__right {
    float: right;
    display: inline-block;
}
