.contentformwrapper {
    padding-bottom: 85px;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background-color: #FFFFFF;
}

.spacer {
    height: 25px;
    background-color: #FFFFFF;
}

.btn-danger {
    background-color: #E93838;
}

.textlink {
    color: #E93838;
}

.webviewnavtable {
    width: 100%;
    height: 100%;
}
.webviewnavtableleft {
    vert-align: middle;
    text-align: left;
    width: 60%;
}
.webviewnavtablecenter {
    vert-align: middle;
    text-align: center;
    width: 0px;
}
.webviewnavtableright {
    vert-align: middle;
    text-align: right;
    width: 40%;
}
.webviewleftmargin {
    margin-left: 10px;
}
.webviewrightmargin {
    margin-right: 10px;
}
.webviewlrmargin {
    margin-left: 15px;
    margin-right: 15px;
}

.topnavicon {
    height: 17.5px;
    width: 17.5px;
}


.content {
    width: 90%;
    background-color: #FFFFFF;
    padding-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 10px;
}

input,
input::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 3;
}

hr {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color:#E5131D;
    color:#E5131D;
}

#webviewtopbar {
    top: 0;
    position: fixed;
    background-color: #FFFFFF;
    border-color: #959595;
    padding: 10px;
    height: 25px;
    width: 100%;
}