body {
    background-image: url(/img/bgn/home.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
}

body h1 {
    margin: 40px 0;
    text-align:center;
    font-size: 72px;
    font-weight: 400;
}
body h1 a {
    color: #5d395b;
}
body h1 a:hover {
    color: #ad395b;
}

body h1 a img {
    transition: transform .7s ease-in-out;
}

body h1 a:hover img {
    transform: rotate(360deg);
}
body h2 {
    text-align:left;
}

.room-id {
    font-size:40px;
    max-width: 500px;
    width:100%;
    text-align: center;
    text-transform: uppercase;
}

.room-options a {
    font-size: 40px;
    max-width: 500px;
    width:100%;
}
.room-options a.halfg {
    width: 250px;
    font-size:26px;
}
.wrap {
    text-align: center;
    max-width:1024px;
    width:100%;
    margin: 0 auto;
    margin-bottom: 300px;
}
body .wrap.questions-c-list, .viz-data {
    text-align: left;
}
body .wrap.questions-c-list .bg-white {
    background: #fff;
    border-radius: 6px;
    line-height:38px;
    padding:10px;
}
body .wrap.questions-c-list .bg-white.chkbox-group {
    display: inline-block;
    padding: 0 !important;
}
body .wrap.questions-c-list .bg-white.chkbox-group label {
    line-height:24px;
    display: inline-block;
}
.q-action {
    margin-top:20px;
    text-align:left;
}
.create-wrap {
    text-align: left;
}
.questions-generator {
    text-align: left;
}
body .wrap.questions-c-list .bg-white.usertypes {
    width:100%;
    padding: 0 !important;
}
.chkbox-group label {
    margin-left:30px;
}

.m-top {
    display: inline-block;
    margin-top:25px;
}

.new-question-options-gen {
    display: none;
}

.txta-wrap {
    width: 100%;
}

body .q-t-b {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.action-bar-q input, .action-bar-q button {
    margin-right: 10px;
}

i.r {
    color: red;
    font-weight:bold;
    font-style: normal;
    display: inline-block;
}