/* Shameful CSS
/* -------------------------------------------------- */

.el-inline {
	display: inline-block;
	margin: 0;
}

body {background: #efefef ;} 
#sbx-footerwrap {background: #000;}


/* Public only menuid's */
/* -------------------------------------------------- */
/*45, 46, 47, 39, 40, 48 +71*/
.user-Author ul > li.item45,
.user-Author ul > li.item46,
.user-Author ul > li.item47,
.user-Author ul > li.item39,
.user-Author ul > li.item40,
.user-Author ul > li.item48,
.user-Author ul > li.item71 {
	display: none !important;
}

.user-Registered ul > li.item45,
.user-Registered ul > li.item46,
.user-Registered ul > li.item47,
.user-Registered ul > li.item39,
.user-Registered ul > li.item40,
.user-Registered ul > li.item48,
.user-Registered ul > li.item65,
.user-Registered ul > li.item71{
	display: none !important;
}



/* Registered only menuid's */
/* -------------------------------------------------- */
/*42, 43, 41, 44, +67*/
/*.user-Public ul > li.item42,*/
.user-Public ul > li.item43,
.user-Public ul > li.item41,
.user-Public ul > li.item45,
.user-Public ul > li.item67 {
	display: none !important;
}

/*.user-Author ul > li.item42,*/
.user-Author ul > li.item43,
.user-Author ul > li.item41,
.user-Author ul > li.item45,
.user-Author ul > li.item67 {
	display: none !important;
}



/* Author only menuid's */
/* -------------------------------------------------- */



/* Google Form Styles */
/* ------------------------------------------------- */

.ss-form-title {
    color: #69b6ec;
    font-family: "Trebuchet MS";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
}

.ss-form-container {
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0 0 0 -38px;
}