.ad-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ad-sec{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ad-price{
    color: #fc4f30;
    font-weight: bold;
    font-size: 1.25em;
}

.ad-sm-span{
    padding: 1px 4px;
    border-radius: 2px;
    background-color: rgba(10, 10, 10, 0.75);
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    margin-left: 3px;
}

.pl{
    width: 2px;
    height: 2px;
}

a.ad-tel{
    border: 1px solid rgba(0, 64, 255, 0.75);
    color: rgba(0, 64, 255, 0.75);
    padding: 4px 8px;
    border-radius: 4px;
    cursor: hover;
    font-size: 16px;
    font-family: Verdana;
    margin-top: 4px;
    margin-bottom: 10px;
}

td{
    text-align: center;
}

.ad-span{
    margin-left: 3px;
}

.ad-time-span{
    color: #000;
}

span.ad-sub-span{
    margin-right: 5px;
    font-size: 13px;
}

.ad-span-type{
    padding: 0px 4px;
    margin-right: 4px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
}