﻿.sales-head-container {display: block;}
.sales-head-row {display: block;}
.sirelist-container{display:block;width:90%;border:2px solid black;}
.sirelist-cell{display:inline-block;width:40%;}

@media only screen and (min-width:576px) {
}

@media only screen and (min-width:768px) {
}

@media only screen and (min-width:992px) {
    .sirelist-cell {display:inline-block;width:20%;}
}

.show-toggle {display: block;}
.hide-toggle {display: none;}
