#body, #footer {
    display: block;
    font-family:Roboto, sans-serif;
}

div {
    display: block;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

#overlayWelcome {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    height: 510px;
    color: cornsilk;
    padding: 10px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.content {
    position: absolute;
    width: 100%;
    padding-bottom: 40px;
}

.extrasflex {
    background: #363636;
    padding-top: 10px;
    padding-bottom: 6px;
}

.extrasText {
    background: #fefefe;
    display: block;
    height: 100%;
    margin: 30px;
    border: 1px solid #e4e4e4;
}

#circular {
    height:100px;
    width:100px;
    background: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

#headerTitle {
    color: white;
    width: 50%;
    margin-top: 12px;
    position: absolute;
}

input[type="submit"] {
    height: 36px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    width: 93px;
    padding: 0 16px;
    text-align: center;
}

input[type="submit"]:hover {
    outline: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

#footer {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    font-size: 10pt;
    margin: 0 auto;
    overflow: hidden;
}

.foot {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.fbar {
    margin-left: -27px;
}

#footl {
    margin-left: 30px;
}

#footl {
    white-space: nowrap;
}

#footr {
    margin-right: 60px;
}

#footr {
    float: right;
    white-space: nowrap;
}

#formhelp {
    line-height: 40px;
    font-size: 10pt;
}

.flabt, .frpri, .frter {
    padding-left: 27px;
    margin: 0 !important;
    color:rgba(0,0,0,.54);
}

.formkn, .formfp {
    color:rgba(0,0,0,.54);
    padding: 0 27px 0 27px;
}

a {
    text-decoration:none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.flabt:active, .frpri:active, .frter:active {
    cursor: pointer;
    color: red;
    text-decoration: underline;
}

.formkn:active, .formfp:active {
    cursor: pointer;
    color: darkgreen;
    text-decoration: underline;
}