﻿
.span4 {
    width: 80px;
    float: left;
    margin: 0 8px 10px 8px;
}

.phone {
    margin-top: 15px;
    background: #fff;
}

.tel {
    margin-bottom: 10px;
    margin-top: 15px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}

.num-pad {
    padding-left: 15px;
}


.num {
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 60px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

    .num:hover {
        background-color: #9e9e9e;
        color: #fff;
        transition-property: background-color .2s linear 0s;
        -moz-transition: background-color .2s linear 0s;
        -webkit-transition: background-color .2s linear 0s;
        -o-transition: background-color .2s linear 0s;
    }

.txt {
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    color: #333;
}
