﻿html, body {
    height: 100%;
    min-height: 100%;
    background-color: White;
    font-family: Verdana;
    font-size: 9px;
}

body {
    margin: 0;
}

.container-fluid,
.row,
.col {
    height: 100%;
    min-height: 725px;
    padding: 0;
}

input,
textarea,
select {
    font-family: Verdana;
    font-size: 9px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #3480DC;
}