.box1{
    font-size: 12px;
    margin: 0 0 15px;

}

.box1 .padd{
    padding: 12px;
}
.box1 .header{
    color: #444;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
    background: #ddd;
}
.box1 .header h3{
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}


.box .box-header .box-subtitle{
    font-size: 11px;
    color:#444;
    display: block;
}


.box-body ul.list{
    padding-right: 0 !important;
    margin-left: -10px;
    padding-left: 0 !important;
    margin-right: -10px;
}
.box-body ul.list li{
    text-align:right;
    padding-top: 5px;
    overflow: hidden;
    color: #666;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 13px;
    border-bottom: 1px solid #dedede;
    padding-left: 10px;
}
.box-body ul.list li strong{
    float: left;
    /* font-weight: normal; */
}
.box-body ul.list li:last-child{
        border-bottom: none;
}
.box-body ul{
    margin-bottom: none;
}

.box-body a{
    font-weight: bold;
}



.panel-default>.panel-heading .btn1{
    top: -4px;
}