div#menu-flags {
    position: absolute;
}
.helpcenter_topbanner{
    background-color: #212021;;
    height: 400px;
    background-image: url(https://www.virtualdj.com/images/helpcenter/helpcenter_topbanner.jpg?v=2020);
    background-size: 100%;
    background-size: cover;
    background-position: bottom;
}
.helpcenter_boxmiddle button {
    width: 60%;
    border: 1px solid #d4d4d4;
}
#helpcenter_askinput {
    margin-top: 180px;
}
#helpcenter_askinput h1 {
    font-size: 2.3em;
    text-transform: none;
    color: white;
    font-weight: 100;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-weight: lighter;
    text-shadow: 2px 2px 2px #333333;
}
#helpcenter_askinput input::placeholder {
    color: silver;
}
#helpcenter_askinput input#searchquery {
    width: 80%;
    float: left;
    border-radius: 5px 0 0 5px;
    height: 50px;
    line-height: 50px;
    max-width: 500px;
    margin: 0;
    box-sizing: border-box;
    font-size: 1.1em;
}
#helpcenter_askinput .searchbutton {
    box-sizing: border-box;
    background: #228cd7;
    width: 20%;
    display: inline-block;
    padding: 0;
    font-size: 1.4em;
    text-align: center;
    float: left;
    border-radius: 0 5px 5px 0;
    color: white;
    line-height: 2;
    margin-top: 5px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    max-width: 80px;
}

.inner-page {
    margin:40px;
}

.small-page {
    max-width: 800px;
    margin: auto;
    width: 80%;
}

.squarebutton {
    width: 95%;
    height: 100px;
    background: white;
    display: inline-block;
    clear: both;
    margin-right: 10px;
    text-align: center;
    border: 1px solid gray;
}

.helpcenter_ticket {
    width: 95%;
    height: 50px;
    background: #228cd7;
    display: inline-block;
    clear: both;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #cecece;
    float: left;
    margin-bottom: 10px;
    color: white;
    line-height: 50px;
}
.helpcenter_ticket:hover {
    background: orange;
    cursor: pointer;
}

.helpcenter_boxside {
    width: 95%;
    height: 150px;
    background: #fbfbfb;
    display: inline-block;
    clear: both;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #cecece;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 26px;
}

.helpcenter_boxside:hover {
    background: #b6e0ff;
    cursor: pointer;
}

.helpcenter_boxmiddle {
    width: 95%;
    background: #fbfbfb;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-bottom: 20px;
}

.page-wide {
    max-width: 1580px;
    margin: auto;
}
.page-small {
    max-width: 1180px;
    margin: auto;
    width: 100%;
}
.page-regular {
    max-width: 1380px;
    margin: auto;
    width: 100%;
}

img.helpcenter_icon {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.helpcenter_boxmiddle h2, .helpcenter_boxside h2 {
    font-size: 1.2em;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.helpcenter_hottopic {
    width: 80%;
    margin: auto;
    padding: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    color: #212021;
    text-align: center;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.hc_1a {
    background: #d1e6f5;
    border: 1px solid #b6dffb;

}

.helpcenter_hottopic:hover {
    background: #d1e6f5;
    border: 1px solid #b6dffb;
}

.helpcenter_boxmiddle a {
    text-decoration: none;
}

#searchresultbox {
    width: 95%;
    background: #fbfbfb;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5%;
    box-sizing: border-box;
}
#searchresultbox li {
    width: 100%;
    margin: auto;
    padding: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    color: #212021;
    text-align: left;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    list-style: none;
}
#searchresultbox  a {
    font-weight: bold;
}
#searchresultbox small {
    color: #228cd7;
    font-weight: bold;
}


/* DARKMODE */

body.darkmode .helpcenter_boxmiddle, body.darkmode .helpcenter_boxside, body.darkmode #searchresultbox {color: silver; background-color: #333334;border: 1px solid #181818;}
body.darkmode img.helpcenter_icon {filter: invert(1) brightness(0.8);}
body.darkmode .helpcenter_hottopic, body.darkmode #searchresultbox li {background-color: #303132;border: 1px solid #181818;color: silver;}
body.darkmode .helpcenter_hottopic:hover {background: #525252;border: 1px solid #181818;color: silver;}
body.darkmode #helpcenter_askinput .searchbutton {background: #cf4f54;}
body.darkmode .helpcenter_ticket {background: #cf4f54;border: 1px solid #181818;}
body.darkmode .helpcenter_ticket:hover {background: #e54521;border: 1px solid #181818;}
body.darkmode #helpcenter_askinput input#searchquery {border: 2px solid #cf4f54;}
body.darkmode .helpcenter_boxmiddle button {border: 1px solid #161616;color: silver;}
body.darkmode #searchresultbox small {color: silver;}
body.darkmode #searchresultbox li a, body.darkmode #searchresultbox li a:visited {color: #82add3;}