.alert-info label {
    width:65px;
    background-color:ghostwhite;
    color:black;
    border-radius:4px;
    border:1px solid #D0D0D0;
}

label.filterLabel  {
    display: inline-block;
    line-height: 23px;
    float: none;
    margin-bottom: 0px;
}

.alert-info label span {
    text-align:center;
    font-size: 12px;
    font-weight: 600;
    display:block;
}

.alert-info input {
    position:absolute;
    top:-20px;
}

#filterInst * {
    vertical-align: middle;
}

#companyAlertDesc, #companyFilterDesc, #forecastErrDesc {
    margin-bottom: 5px;
    padding: 4px 35px 4px 14px;
}

/*.filterLabel input:checked + span {*/
    /*background-color:deepskyblue;*/
    /*/!*color:black;*!/*/
/*}*/
