html {
    color: #666666;
    background-color: #ffffff;
    background-repeat: no-repeat;
    font-family: sans-serif;
    line-height: 1.15;
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.para {
    color: #666666;
    background-color: #ffffff;
    font-family: sans-serif;
    line-height: 1.15;
}

hr {
    border-width: .15em !important;
    border-color: #878787 !important;
}

.page-content {
    min-height: 100%;
    padding-bottom: 55px;
}

.translate {
    /* translate the content of element */
}

.notranslate {
    /* DO NOT translate the content of element */
}

.page-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: crimson;
    font-size: 70%;
    padding: 5px;
    height: 55px; /* Height of the footer */
}

    .page-footer .HackLogoContainer {
        max-height: 45px;
    }

a:hover {
    color: #ff9933 !important;
    text-decoration: underline;
}

a {
    color: #0099ff !important;
    text-decoration: none;
    font-weight: 500;
}

h1 {
    color: #336600;
    border-top: 0 0 5px 0;
    font-weight: normal;
}

h2 {
    color: #336600;
    border-top: 0 0 0 0;
    font-weight: normal;
}

h3 {
    color: #336600;
    border-top: 0 0 0 0;
    font-style: italic;
    font-weight: normal;
}

.nolink {
    font-size: 65%;
}

p {
    margin-top: 8px;
    margin-bottom: 16pt;
    vertical-align: middle;
}

.noborder {
    border: none;
    background: none;
}

textarea {
    border: thin solid #5b5a5a;
    text-align: left;
    background-color: #ffffff;
    padding: .25em .1em .25em .1em;
    width: 100%;
}

input[type="text"] {
    border: thin solid #5b5a5a;
    text-align: left;
    background-color: #ffffff;
    padding: .25em .1em .25em .1em;
    width: 100%;
}

input[type="password"] {
    border: thin solid #5b5a5a;
    text-align: left;
    background-color: #ffffff;
    padding: .25em .1em .25em .1em;
    width: 100%;
}

input[type="checkbox"] {
    width: 1.1em;
    height: auto;
    vertical-align: middle;
    white-space: nowrap;
}

input[type="file"] {
    content: 'Select files';
    vertical-align: middle;
    border: thin solid #5b5a5a;
    outline: none;
    height: 2.25em;
    padding: .25em .1em .25em .1em;
    white-space: nowrap;
}

input[type="radio"] {
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    white-space: nowrap;
}

select {
    border: thin solid #5b5a5a;
    text-align: left;
    background-color: #ffffff;
    padding: 2px 5px 4px 5px;
    width: 100%;
}

input[type="submit"] {
    text-align: center;
}

input[type="reset"] {
    text-align: center;
}

.stoppress {
    margin-top: 10px;
    font-weight: bolder;
    font-size: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000066;
    padding-top: 0;
}

.stopsection {
    margin-top: 0;
    font-weight: bolder;
    font-size: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: white;
    padding-top: 0;
    font-style: italic;
    background-color: #003399;
}

ul, ol {
    margin-top: 10px;
    margin-bottom: 5px;
}

li {
    text-indent: 0;
    padding-bottom: 10px;
}

.dmitable {
    font-size: smaller;
}

.dmitablelist {
    font-size: xx-small;
}

.ButtonTable {
    width: 65%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}

.expandbutton {
    border: 1px solid #ffffff;
    color: white;
    background-color: #506eaa;
    font-size: 100%;
    width: 25px;
    height: 25px;
}

.expandpanel {
    border: 1px solid #787878;
    width: 98%;
    padding: 6px;
}

.errorpanel {
    border: thin solid #ff0000;
    padding: 1em;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    color: red;
    text-align: center;
    width: 92%;
    vertical-align: middle;
}

.errstyle {
    color: #ff0000;
}

.errbox {
    border: medium solid #ff0000;
}

.indent {
    padding-left: 5%;
    text-align: left;
}

.bigindent {
    padding-left: 15%;
    text-align: left;
}

.CellFinish {
    color: #000099;
    vertical-align: top;
}

.CellHead {
    text-align: center;
    font-weight: bold;
    padding: 8px 10px 8px 16px;
    vertical-align: bottom;
    font-size: 90%;
}

.CellBlank {
    background-color: #ffffff;
}

.SmallCellBodyLeft {
    margin: 0;
    padding: 8px 5px 8px 5px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

.CellBodyLeft {
    text-align: left;
    padding: .5em .8em .5em .8em;
    vertical-align: middle;
}

.CellBodyRight {
    text-align: right;
    padding: .5em .8em .5em .8em;
    vertical-align: middle;
}

.CellBodyCentre {
    text-align: center;
    padding: .5em .8em .5em .8em;
    vertical-align: middle;
}

.BorderCellLeft {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    border: 2px solid #999999;
}

.CentreTextBox {
    margin-top: 25px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

.CommentCell {
    padding: 1em;
    text-align: left;
    vertical-align: top;
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
}

.table {
    display: table;
}

.question {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #d6e3bc;
    border: thin solid #999999;
    margin: 30px 40px 0 40px;
    line-height: 170%;
}

.questionnomargin {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    background-color: #d6e3bc;
    border: thin solid #999999;
    line-height: 150%;
    margin: 5px 5px 5px 5px;
}

.CentreTable {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.table-row {
    display: table-row;
    vertical-align: top;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.hidden {
    display: none;
}

.bigradio {
    transform: scale(1.5, 1.5);
    vertical-align: middle;
}

.StrongText {
    font-weight: bold;
}

.popupholder {
    width: 100%;
    display: block;
}

.popupcontent {
    background: #fff;
    padding: 10px;
}

.popup {
    border-radius: 3px;
    background: #cc0000;
    margin: 20px auto 0;
    padding: 4px;
    position: absolute;
    width: 769px;
    top: 20%;
    left: 50%;
    margin-left: -400px;
    margin-top: -40px;
}

.TabArea {
    background-color: white;
    border: 1px solid #5b5a5a;
    width: 100%;
}

.detailsbox {
    border: 2px solid #999999;
    background: #efefef;
    padding: 10px;
    vertical-align: middle;
}

.notice {
    width: 95%;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
    border: thin solid #ff0000;
}

.blacknotice {
    width: 95%;
    text-align: left;
    margin-bottom: 1.5em;
    padding: 1.0em;
    border: thin solid #5b5a5a;
}

.disablecontrol {
    opacity: 0.4;
    pointer-events: none;
}

.star-rating {
    width: 25px;
    height: 25px;
    font-family: Verdana;
    font-size: 20px;
    color: blue;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.star-rating-small {
    width: 15px;
    height: 15px;
    font-family: Verdana;
    font-size: 12px;
    color: blue;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.listitem {
    list-style-type: circle;
}

    .listitem li::marker {
        font-size: 2em;
    }

.totalscell {
    font-weight: bold;
    border-top: 3px #000000 double;
    background-color:#eeeeee;
}