/*****************************************************************
GENERAL STYLE
*****************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    background: transparent;
    line-height: normal !important;
}

#wrapper {
    max-width: 80%;
    width: 100%;
    min-width: auto;
    border: none;
    box-shadow: none;
}

p {
    margin: 15px;
}

h2 {
    margin: 20px 0px;
}

h3 {
    color: #2d5c62;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(250, 134, 12, 0.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: bold;
    margin-top: 20px !important;
    display: block;
    line-height: normal;
}

#main ul {
    margin-left: 30px;
    padding-left: 30px;
}

#main ul li {
    margin: 10px 0px;
    padding: 5px 0px;
}

/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
    height: auto;
    background: transparent;
    border: none;
    overflow: visible;
    padding: 20px 0px;
}

#inner-header {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: visible;
    margin: 0;
}

#header #inner-header img {
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.6);
}

/* styles */
#header h1,
#header h2 {}

#user {
    padding-right: 5px;
    position: absolute;
    text-align: right;
    top: 0px;
    left: 0px;
    margin: 5px 45px;
    z-index: 10;
}

#user li {
    border-color: rgba(255, 255, 255, 0.8);
}

#user a {
    color: #ffffff;
    font-size: 0.8rem;
}

/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */


#pa>.inner-element {
    display: grid;
    grid-template-columns: 24% 74%;
    gap: 1rem;
}

#pa>.inner-element.login-element {
    display: block !important;
}


#navigation ul.main-nav li,
#navigation ul.main-nav li:hover,
#navigation ul.main-nav li:focus {
    background: transparent;
}

#navigation ul.main-nav li div.panel-heading a {
    position: relative;
    background: linear-gradient(135deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
    color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1);
}

#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus {
    background: linear-gradient(135deg, #2b5b62 0%, #2b5b62 55%, #2b5b62 67%, #2b5b62 100%);
    color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

#navigation ul.main-nav li div.sideSubNav {
    background: transparent;
    border-radius: 5px;
    margin: 0px auto;
    width: 100%;
}

#navigation ul.main-nav li div.sideSubNav ul li {
    border: none;
    margin: 5px;
}

#navigation ul.main-nav li div.sideSubNav ul li a {
    margin: 2px 0px;
    text-align: center;
    white-space: normal;
    background: #2b5b62;
    color: #ffffff;
    border-radius: 0px;
}

#navigation ul.main-nav li div.sideSubNav ul li a:hover,
#navigation ul.main-nav li div.sideSubNav ul li a:focus {
    background: #3c7a81;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

#navigation .page-breadcrumb {
    font-size: 1rem;
}

#navigation .page-breadcrumb li {
    position: relative;
}

#navigation .page-breadcrumb li a {
    font-size: 0.9rem;
    background: linear-gradient(135deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
}

#navigation .page-breadcrumb li a:hover,
#navigation .page-breadcrumb li a:focus {}

#navigation .page-breadcrumb li.active-breadcrumb a {
    background: #fa860c !important;
    font-weight: normal;
    color: #2b5b62;
}

#navigation .page-breadcrumb li.active-breadcrumb:before {
    display: block;
    content: "";
    border-left: 4px solid #46868b;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#navigation ul.main-nav li div.panel-heading a.active:before {
    display: block;
    content: "";
    background: #fa860c;
    height: 103%;
    left: -6px;
    top: -1px;
    width: 8px;
    position: absolute;
}

#navigation ul.main-nav li div.sideSubNav ul li a {
    position: relative;
    transition: all 0.3s ease;
    transform: scale(1);
}

#navigation ul.main-nav li div.sideSubNav ul li a.active:before {
    display: block;
    content: "";
    background: #fa860c;
    height: 104%;
    left: -6px;
    top: -1px;
    width: 8px;
    position: absolute;
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
#pa {
    height: 100%;
    /*overflow: hidden;*/
    display: block;
    padding: 10px;
}

#pa div.inner-element {
    margin: 0 auto;
}

#main {
    width: 100%;
    margin: 0px;
    padding: 20px;
    min-height: 50vh;
}

#navigation {
    width: 100%;
}

/* breadcrumb */
.navBreadcrumb {}

/* navigation buttons */
div.navButtons {}

/* general styles */


/*****************************************************************
FOOTER
*****************************************************************/
/* layout */
#footer {}

/* menu */
#footLinks {}

/*****************************************************************
PAGE SPECIFIC
*****************************************************************/
/* SUPPORT FORM */

/*****************************************************************
Custom
- set the custom field display options
*****************************************************************/
div#recentAbstract {
    padding: 15px;
    background: #01a3a4;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}

div#recentAbstract h2 {
    color: #ffffff;
    font-size: 1.3rem;
    margin: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    font-weight: normal;
    letter-spacing: normal;
}

div#recentAbstract ul.notice {
    margin: 0px;
    padding: 0px;
    background: none;
}

div#recentAbstract ul.notice li {
    margin: 10px 0px;
    padding: 5px 25px;
}

div#recentAbstract ul.notice li:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f12a";
    position: relative;
    left: -10px;
    width: 33px;
    height: 33px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    color: #ee5253;
    font-size: 1.5rem;
}

div.systemMsg ul {
    margin: 0px;
    padding: 0px;
    background: none;
}

div.systemMsg ul li {
    margin: 10px 0px !important;
    padding: 5px 25px !important;
}

div.systemMsg ul li:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f12a";
    position: relative;
    left: -10px;
    width: 33px;
    height: 33px;
    background: #10ac84;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    color: #ffffff;
    font-size: 1.5rem;
    display: none;
}

div.systemMsg ul.success li:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f12a";
    position: relative;
    left: -10px;
    width: 33px;
    height: 33px;
    background: #10ac84;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    color: #ffffff;
    font-size: 1.5rem;

}


div.systemMsg ul.notice,
div.systemMsg ul.success {
    background-image: none;
    margin: 0px 15px !important;
    padding: 0px !important;
}

div.systemMsg ul.notice li {
    padding: 12px 102px !important;
    position: relative;
    background: rgba(238, 82, 83, 10);
    border-radius: 45px;
    text-align: center;
    border: 2px solid rgba(238, 82, 83, 0.5);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
}

#systemForm .breadcrumb {
    display: none;
}

#systemForm .field-wrapper .save-as-draft {
    float: none;
}

#systemForm .field-wrapper .save-as-draft button {
    background: rgba(41, 128, 185, 0.8);
    border: 2px solid rgba(41, 128, 185, 1.0);
    padding: 15px 20px;
    font-size: 1.2rem;
    color: #ffffff;
    position: relative;
    top: 12px;
    transition: all 0.3s ease;
    transform: scale(1);
}

#systemForm .field-wrapper .save-as-draft button:hover,
#systemForm .field-wrapper .save-as-draft button:focus {
    background: rgba(41, 128, 185, 1);
    transition: all 0.3s ease;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}


h3.field-header {
    font-size: 1.3rem;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

.field.message.notice {
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    font-size: 1.1rem !important;
    text-align: center !important;
}

.field.message.notice h3 {
    font-size: 1.1rem !important;
    color: #3a87ad !important;
    line-height: 1.4rem !important;
}

.btn {
    width: auto;
    height: auto;
    padding: 11px 20px;
    font-size: 1rem;
}

#btnNext {
    float: right;
}

.authorTypeSelection div .btn {
    background: linear-gradient(135deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
    color: #ffffff;
}

.authorTypeSelection div .btn:hover,
.authorTypeSelection div .btn:focus {
    background: linear-gradient(-90deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
    color: #ffffff;
}

.btn.author-btn.author-listing.form-control {
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

#authorAddButtons>p {
    width: 19%;
    float: left;
}

.userlistdisplay {
    width: 70%;
    float: left;
    margin: 23px 0px;
}

div.ui-sortable div.sortable {
    border: 1px dashed #2b5b62;
    padding: 5px 10px;
    position: relative;
    border-radius: 17px;
    width: 98%;
    margin: 20px auto;
}

div.ui-sortable div.sortable h4 {
    width: 100%;
    float: left;
    background: rgba(142, 68, 173, 1.0);
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
}


div.ui-sortable div.sortable .errorReqFields {
    color: rgba(255, 242, 0, 1.0) !important;
}

.author-information {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 15px 10px;
}

div.ui-sortable div.sortable br.clear {
    display: none;
}

#main ul.author-option {
    list-style-type: none;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0;
    position: absolute;
    top: -14px;
    right: -14px;
}

#main ul.author-option li {
    margin: 0;
    padding: 0;
}

#main ul.author-option li a.dropdown-toggle {
    padding: 7px;
    border-radius: 50%;
    background: rgba(192, 57, 43, 1.0);
    color: #ffffff;
    box-shadow: 0px 0px 4px rgba(00, 00, 00, 0.2)
}

#main ul.author-option li a.dropdown-toggle span.glyphicon {
    margin: auto;
    width: auto;
    font-size: 0.9rem;
}

#main ul.author-option li a.dropdown-toggle:hover,
#main ul.author-option li a.dropdown-toggle:focus {
    background: rgba(192, 57, 43, 0.8);
}

#main ul.author-option li ul {
    padding: 0px;
}

#main ul.author-option li ul.dropdown-menu li {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#main ul.author-option li ul.dropdown-menu li a {
    background: #ffffff;
    margin: 0;
    padding: 10px 15px;
    border-radius: 0;
}

#main ul.author-option li ul.dropdown-menu li a:hover,
#main ul.author-option li ul.dropdown-menu li a:focus {
    background: #fa860c;
    color: #ffffff;
    border-radius: 0;
    text-decoration: none;
}

a.switchAuthor:before,
a.modify-author:before,
a.switchAuthor:before,
a.removeAuthor:before,
a.author-photo:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    margin-right: 10px;
    color: #fa860c;
}

a.switchAuthor:hover:before,
a.modify-author:hover:before,
a.switchAuthor:hover:before,
a.removeAuthor:hover:before,
a.author-photo:hover:before {
    color: #2b5b62;
}

a.switchAuthor:before {
    content: "\f0c0";
    margin-right: 15px;
}

a.modify-author:before {
    content: "\f234";
}

a.removeAuthor:before {
    content: "\f235";
}

a.author-photo:before {
    content: "\f2bd";
}

.glyphicon.glyphicon-plus-sign {
    display: none;
}


div.systemMsg ul.success {
    margin: 10px 0 !important;
    background: rgba(26, 188, 156, 0.3) !important;
    border-radius: 25px;
    padding: 1px 0px !important;
}

.form-control {
    height: auto;
    font-size: 1.1rem;
    line-height: normal;
}

input[type="radio"],
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0px;
    display: inline-block !important;
    top: 0px;
    position: relative;
}

p.lostPassword,
p.createAccount {
    margin: 15px 0px;
}

p.lostPassword a,
p.createAccount a {
    padding: 0px;
    background: none;
    margin: 0;
    color: #333333;
    border: none;
}

p.lostPassword a:hover,
p.lostPassword a:focus,
p.createAccount a:hover,
p.createAccount a:focus {
    background: none;
    text-decoration: underline;
    color: rgba(26, 188, 156, 1);
}

#content-login,
#content-register {
    width: 43%;
    margin: 0px auto;
    background: #ffffff;
}

#content-register {
    right: 0;
}

input[id="loginbtn"],
input[id="registerbtn"] {
    background: linear-gradient(135deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
    color: #ffffff;
}

input[id="loginbtn"]:hover,
input[id="loginbtn"]:focus,
input[id="registerbtn"]:hover,
input[id="registerbtn"]:focus {
    background: linear-gradient(135deg, #2b5b62 0%, #2b5b62 55%, #2b5b62 67%, #2b5b62 100%);
}


.login #page .slider h2 {
    background: rgba(255, 132, 14, 0.9);
    text-align: center;
    padding: 15px 20px;
    border-radius: 36px;
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(00, 00, 00, 0.3);
    border: 4px solid rgba(255, 132, 14, 1);
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.3);
    height: 100%;
    overflow: visible;
}

form[name="register"] p {
    margin: 15px 0px;
    text-align: right;
}

#submitHldr {
    text-align: right;
}

.login label {
    color: #2b5b62;
}

.field p {
    height: 100%;
    overflow: hidden;
}

.field p label {
    display: inline-block;
    float: right;
    width: 97%;
    font-weight: normal;
}

.field-body {
    padding: 15px;
}

.field h3.field-header {
    font-size: 1.2rem;
    border: none;
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
    line-height: 1.7rem;
    border-bottom: 1px solid rgba(00, 00, 00, 0.1);
}

.required-dynamic {
    height: 100%;
    display: inline-block;
    float: left;
    min-height: 6vh;
}

.nav-link.btn.btn-lg {
    background: #fa860c;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 1.2rem;
    text-shadow: 2px 2px 2px rgba(00, 00, 00, 0.3);
}

.nav-link.btn.btn-lg:hover,
.nav-link.btn.btn-lg:focus {
    background: #2b5b62;
}


#submitAbstract {
    background: rgba(26, 188, 156, 0.8);
    padding: 15px 20px;
    font-size: 1.2rem;
    border: 2px solid rgba(26, 188, 156, 1);
    color: #ffffff;
    position: relative;
    top: 12px;
    transition: all 0.3s ease;
    transform: scale(1);
}

#submitAbstract:hover,
#submitAbstract:focus {
    background: rgba(26, 188, 156, 1);
    border-color: rgba(26, 188, 156, 1);
    color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

#systemForm .btn-group {
    display: block;
    float: right;
}

.authorDetail div[data-id="3791"] .field-values p label {
    display: none;
}

.userNew .modal-dialog .modal-footer button {
    display: none
}

.userNew .modal-dialog .required-bottom {
    display: none;
}

.userNew .modal-dialog .btn-group {
    display: block;
    text-align: center;
    width: 100%;
}

.userNew .modal-dialog .btn-group #submitAbstract {
    float: none;
}

.authorDetail .field {
    margin: 3px 0px;
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.authorDetail .field h3.field-header {
    width: 30%;
    float: left;
    border: none;
    line-height: normal;
    color: #333333;
    font-weight: normal;
    font-size: 1rem;
    /* text-align: right; */
    padding: 12px !important;
}

.authorDetail .field .field-values {
    width: 70%;
    float: left;
}


.authorDetail .field p label {
    width: 95%;
}

.authorDetail .field-values p {
    margin: 0;
}

.authorDetail .required-dynamic {
    min-height: auto;
}

.required {
    color: rgba(192, 57, 43, 1.0);
}


div[id="submission-11424"] .field-values p label {
    float: none !important;
}

#recentAbstract table {
    width: 97%;
    margin: 0 auto;
    border: none !important;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
}

#recentAbstract table thead tr th {
    border-bottom: 2px solid #333333;
    border-right: none;
    border-left: none;
    font-size: 1rem;
}

#recentAbstract table thead tr th:first-of-type {
    width: 170px;
    text-align: center;
}

#recentAbstract table tbody tr th #recentAbstract table tbody tr td {
    border-bottom: 1px solid #333333;
}

#recentAbstract table tfoot tr th {
    border: none;
}

#recentAbstract table thead tr th:nth-last-child(2) {
    width: 165px !important;
    text-align: center;
}

#recentAbstract table tbody tr td:nth-last-child(2) {
    text-align: center;
}

#recentAbstract table tbody tr td:first-of-type,
#recentAbstract table tbody tr td:last-of-type,
#recentAbstract table thead tr th:last-of-type {
    text-align: center;
}

#recentAbstract table tbody tr td:last-of-type ul,
#recentAbstract table tbody tr td:last-of-type ul li {
    margin: 0px;
    padding: 0px;
}

#recentAbstract table tbody tr td:last-of-type ul li ul li a {
    padding: 10px;
    font-size: 1rem;
    text-align: left;
}

div[data-id="3909"] h3.field-header,
div[data-id="3926"] h3.field-header {

    padding: 15px 0px 5px 6px !important;
}

div[data-id="3909"] .field-body,
div[data-id="3909"] .field-values,
div[data-id="3905"] .field-body,
div[data-id="3905"] .field-values,
div[data-id="3926"] .field-body,
div[data-id="3926"] .field-values {
    width: 70% !important;
    float: right !important;
    padding-left: 10px !important;
}

div[data-id="3909"] .field-body p,
div[data-id="3905"] .field-body p,
[data-id="3926"] .field-body p {
    margin: 0px !important;
}

div[data-id="3909"] .field-body p span,
div[data-id="3905"] .field-body p span {
    font-size: 1rem !important;
}

html {
    font-size: 100% !important;
}

.authorDetail div[data-id="3789"] .field-footer,
.authorDetail div[data-id="3796"] .field-footer,
.authorDetail [data-id="3926"] .field-footer {
    display: block;
    width: 100%;
    float: none;
}

.authorDetail div[data-id="3789"] .field-footer p,
.authorDetail div[data-id="3796"] .field-footer p,
.authorDetail [data-id="3926"] .field-footer p {
    width: 70%;
    float: right;
    padding: 15px 30px;
    background: #efefef;
    border: 1px solid rgba(00, 00, 00, 0.1);
    margin: 5px 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.9rem;
}

a[href="submission-list.php"],
.reviewtraversing a {
    background: rgba(250, 134, 12, 0.8);
    border-color: #fa860c;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
    border-width: 3px;
    border-radius: 50px;
}

a[href="submission-list.php"]:hover,
a[href="submission-list.php"]:focus,
.reviewtraversing a:hover,
.reviewtraversing a:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    background: #fa860c;
    border-color: #fa860c;
}

#submitGradeBttn {
    text-align: center;
}

#submitGradeBttn #submitGrade {
    background: rgba(39, 174, 96, 0.8);
    border-color: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
    border-width: 3px;
    border-radius: 50px;
}

#submitGradeBttn #submitGrade:hover,
#submitGradeBttn #submitGrade:focus {
    background: rgba(39, 174, 96, 1);
    border-color: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.reviewtraversing a {
    margin: 15px 0px;
}

td ul.options {
    margin: 0px !important;
    padding: 0px !important;
}

td ul.options li.dropdown {
    justify-content: center;
    display: flex;
}

td ul.options li a {
    padding: 10px 20px;
    height: auto;
    width: auto;
    background: linear-gradient(135deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
    color: #ffffff;
    border-color: #2b5b62;
    border-radius: 25px;
    text-shadow: 1px 1px 5px rgba(00, 00, 00, 0.6);
    transition: all 0.3s ease;
    transform: scale(1);
    margin: 7px 0px;
}

td ul.options li a:hover,
td ul.options li a:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
    background: linear-gradient(135deg, #3c7a81 0%, #46868b 55%, #46868b 67%, #2b5b62 100%);
    color: #ffffff !important;
}

td ul.options li a span {
    width: auto !important;
    margin: auto;
    font-size: 1.5rem;
}

.dropdown-menu.actionItems.pull-right {
    padding: 11px 11px !important;
    background: #efefef;
    border-radius: 25px;
}

.dropdown-menu.actionItems.pull-right li {
    margin: 0px !important;
    padding: 0px !important
}

.open .dropdown-toggle.btn-default {
    background: linear-gradient(135deg, #2b5b62 0%, #46868b 55%, #46868b 67%, #3c7a81 100%);
    color: #ffffff;
    border-color: #2b5b62;
}

form[name="scoringForm"] h2 {
    border-bottom: 1px solid rgba(00, 00, 00, 0.1);
    background: #2b5b62;
    line-height: normal;
    padding: 15px !important;
    margin: 0 !important;
    border-radius: 19px;
    color: #ffffff;
    font-size: 1.2rem !important;
    border: none;
    font-weight: bold;
}

#wrap p {
    font-size: 1.1rem !important;
}
h2.scoringHeader {
    background: #ec8312 !important;
}