@font-face {
    font-family: 'Shentox';
    font-display: swap;
    src:
    url('https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Shentox-Regular.woff2') format('woff2'),
    url('https://web.ccpgamescdn.com/aws/webfonts/shentox/webfonts-2.0/Shentox-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'Shentox';
}
input {
    padding: 12px 16px 8px;
    font-size: 1.125rem;
    margin: 0px;
}
input, textarea {
    background-color: #29353a !important;
    color: #fff;
    border-bottom: 1px solid rgba(230,230,230,.4) !important;
}
.Choices__choice.btn-default {
    background-color: #f8f8f800;
    color: #fff;
}
.ChoicesQuestion.Choices .Choices__choice .material-icons {
    float: left;
    margin-right: 10px;
    padding-top: 0px;
}
.btn-raised, .btn-raised:hover {
    box-shadow: none;
}
.Choices .Choices__choice .material-icons {
    font-size: 16px;
}
.Rank__option--selected {
 background-color: none;   
}
.LiveField__header {
 font-size: 16px;
 text-transform: uppercase;
 font-weight: 500 !important;
}
#top {
    font-size: 22px;
    margin-top: 35px;
    color: #fff;
    margin-bottom: -39px;
}
#bottom {
    font-size: 16px;
    text-transform: none;
    letter-spacing -0.16px;
    line-height: 20px !important;
    font-size: 16px;
    color: #fff;
}
.LiveField__container {
    padding: 8px 0 !important;
}
.LiveField__header span {
 font-weight: 500 !important;
}
.LiveField__answer {
    margin-top: 0px !important;
}