/* Phone Interface */
h1 {
    margin: 0 0 5px 0;
    color: #0B46DF;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

div, table, td {
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
}

a:link {text-decoration: underline; color: #25beea; }
a:active {text-decoration: underline; color: #25beea; }
a:visited {text-decoration: underline; color: #25beea; }
a:hover {text-decoration: underline; color: #fb8f08; }

input {
    border: solid 1px #000000;
    text-align: center;
    font-size: 11px;
}

select {
    font-size: 11px;
}
