#searchBox {
    width: 100%;
    background: #d5d5d5;
    font-size: 0.8em;
}

#searchInfo {
    width: calc(100% - 20px);
    height: 2em;
    font-size: 1.5em;
    padding: 5px;
    margin: 5px 10px;
    box-sizing: border-box;
}

.compFull table {
    width: 100%;
    border-collapse: collapse;
}

.compFull th {
    text-align: center;
    background: #152d4d;
    color: #fff !important;
}

.compFull td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #152d4d;
    padding-top: 10px;
}

.compFull img {
    width: 150px;
    height: auto;
}

.compPhone {
    width: 100%;
    display: none;
}

.compPhone img {
    width: 200px;
    height: auto;
}

.compPropCard {
    width: 100%;
    border-bottom: 1px solid #152d4d;
    padding: 10px;
    box-sizing: border-box;
}

.compH {
    font-weight: 900;
    padding-right: 3px;
}

@media screen and (max-width: 600px) {
    .compFull {
        display: none;
    }

    .compPhone {
        display: block;
    }
}
