body, html, iframe {
     height: 100%;
}
body {
    font-size: 12px;
}
/*html { overflow: hidden; }*/
.footer-bottom
{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.help-block {
    font-style: italic;
}
.navigation ul, .navigation li {
    list-style: none;
    padding: 0;
}

.navigation ul {
    margin: 1em 0;
}
.navigation li {
    margin: 0;
}

.w3-pointer {
    cursor: pointer;
}
.w3-input {
    padding: 2px;
    display: block;
    border: none;
    border: 1px solid #808080;
    width: 100%;
    margin: 1px 0;
    line-height: auto;
}

.w3-eighths {
    width: 12.5%;
}
.w3-seventh {
    width: 14.285%;
}

.w3-bold {
    font-weight: bold;
}
.top-level {
    text-decoration: underline;
    font-weight: bold;
}

.height100 {
     height: 100%;
}

.tdlogo {
    text-shadow:1px 1px 0 white;
    color: #202d61 !important;
    font-weight: bold;
}
.tdcircle {
    color: #c03c58;
    text-shadow:1px 1px 0 white;
}

.table_dtmf td {
    padding: 4px 8px;
    cursor: pointer;
}

.logo {
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
    background-color: white;
}
.w3-blink {
  animation: blinker2 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;  
}
@keyframes blinker2 { to { opacity: 0; } }