.clear-both{
    clear: both;
    min-height: 70px;
}
.button-container{
    float: left;
    min-width: 100px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.min-width-160{
    min-width: 160px;
}
.button-container-desc{
    font-size: 16px;
    display: table-cell;
    padding-bottom: 10px;
    line-height: 20px;
    /*vertical-align: middle;
    min-height: 60px;
    height:auto !important;*/
}