/*Other*/
.box {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(34,36,38,.15);
    border-top-color: rgba(34, 36, 38, 0.15);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 3px solid #c1c1c1;
    border-top-color: rgb(193, 193, 193);
    margin-bottom: 20px;
    -webkit-border-radius: .28571429rem;
    -moz-border-radius: .28571429rem;
    border-radius: .28571429rem;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    padding: 5px;
}
.box > .info {
    background: #666666;
    margin: -5px;
    padding: 5px;
}
.box > .info p {
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.box-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.info.box-top,.info.box-bottom {
    margin: 0;
}

.box-color-1 {
    border-top-color: #951e9f;
}
.box-color-2 {
    border-top-color: #41649f;
}
.box-color-3 {
    border-top-color: #339f46;
}
.box-color-4 {
    border-top-color: #5c339f;
}

.box-color-none {
    border-top-color: transparent;
}