.col-xs-6 {
    width: 50%;
}

.info-box {
    display: block;
    min-height: 110px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
    
.info-box-icon {
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px;
    display: block;
    float: left;
    height: 110px;
    width: 110px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: #FFF;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 115px;
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box img {
    max-width: 100%;
    height: 100%;
  /*  border: 1px solid green;*/
}

.nice-select {
    
    clear: inherit !important;
    width:95%;
}


@media (max-width: 600px) {

    
    .info-box {
        display: block;
        min-height: 70px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
        margin-bottom: 15px;
    }
        
    .info-box-icon {
        border-top-left-radius: 0px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0px;
        display: block;
        float: left;
        height: 70px;
        width: 70px;
        text-align: center;
        font-size: 45px;
        line-height: 90px;
        background: #FFF;
    }
    
    .info-box-content {
        padding: 5px 10px;
        margin-left: 70px;
    }
    
    .info-box-text {
        display: block;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
    
    