.promo {
    border-radius: 2px;
    background-color:#fff;
    border:1px solid rgba(146, 166, 181,0.33);
}
.promo h2 {
    margin:0;
    font-weight: normal;;
}
.promo h3 {
    margin:0 0 8px 0;
    font-weight: normal;
}
.promo .goback {
    float:left;
}
.promo p {
    margin:16px 0;
    color:#92a6b5
}
.promo .row p {
    margin:0 0 16px 0;
}
.promo .row .form-control {
    margin:8px 0 0 0;
}
.promo p a,.promo p .btn-link {
    border-bottom: 1px dotted rgba(45, 149, 255, 0.33);
}
.promo p strong {
    color:#6e889c;
    font-weight:normal;
    padding:2px 4px;
    border-radius: 2px;
    background-color:rgba(45, 149, 255, 0.09)
}
.promo .sign {
    height:40px;
    text-align: right;
    line-height: 12px;
    text-align: left;
    margin:0 auto;
}
.promo .sign  .avatar {
    border-radius: 20px;
    float: right;
    height: 40px;
    left: auto;
    margin: 0 0 0 8px;
    top: auto;
    width: 40px;
}
.promo .sign a h5 {
    font-weight: normal;
    text-align:right;
    color: #2d95ff;
    margin: 0;
    padding: 6px 0 0;
}
.promo .sign a span {
    color: #92a6b5;
    float:right;
    text-align:right;
    font-size: 10px;
}
.promo .status {
    text-align: right;
     padding:4px 10px;
     font-size: 10px;
     line-height:16px;
     height:16px;
}
.promo .btn-link {
    padding:4px 10px;
    font-size:10px;
}
@media (max-width : 768px)
{
    .promo hr {
        margin:24px 0;
    }
}
