/* CSS for the billers list */

#billerphraseresults .biller-result-row:nth-child(odd),
#groceryresults .biller-result-row:nth-child(odd){
	background-color: #F1F1F1 !important;
}

.hide-div{display:none;}
.show-div{display:block;}

.biller-image {
	display: inline-block;
    margin: 5px;
    width: 90px !important;
    height: 90px !important;
    border: 1px solid #BBBBBB;
    position: relative;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    -moz-border-radius: 5px;
}



