﻿.ListRecords.TelcoList > span {
    width: 32%;
    margin-right: 1.3%;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.img-width {
    width: 35px;
}

@media only screen and (max-width: 800px) {
    .ListRecords.TelcoList > span {
        width: 49%;
        margin-right: 1%;
    }

    .img-width {
        width: 20px;
    }
}

.z-index-100 {
    z-index: 100;
}