body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #2c3e50;
}
a, a:hover {
    color: inherit;
    text-decoration: inherit;
}
#header {
    width: 100%;
    background-color: #2980b9;
    padding: 10px 0;
    color: #fff;
}
#header .logo {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.welcome-container, .logged-container {
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
}
.welcome {
    font-weight: bold;
    font-size: 100px;
    line-height: 1;
}
.invite {
    font-size: 35px;
}
.howtoenter {
    font-size: 25px;
    margin: 20px 0;
}
#username {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 10px;
}
#login-btn {
    display: inline-block;
    vertical-align: top;
}
form#login {
    margin-top: 30px;
}
.username-area {
    float: right;
}
.lobby-card {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #e67e22;
    height: 200px;
    padding: 15px 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 11px -1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin-bottom: 30px;
}
.lobby-card:hover {
    background: #d35400;
}
.lobby-new {
    background: #1abc9c;
}
.lobby-new:hover {
    background: #16a085;
}
.lobby-new::after {
    content: '\f067';
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 0.5);
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    top: 45px;
}
.lobby-details {
    text-align: left;
    margin-top: 20px;
}
.lobby-details > a {
    display: block;
}
.lobby-details > a > i {
    width: 15px;
    text-align: center;
}
.sweet-alert {
    top: 30%;
}
.swal-form label {
    text-align: left;
    display: block;
    font-size: 13px;
    color: #7f8c8d;
    margin-top: 2px;
}
.logout {
    float: right;
    margin-left: 20px;
}
.refresh-lobbies {
    font-size: 20px;
    margin-left: 10px;
    color: #95a5a6
}
.lobby-container {
    margin-top: 30px;
    border: 1px solid #95a5a6;
    background: #1abc9c;
    border-radius: 5px;
    padding: 20px 15px;
}
.lobby-title {
    display: block;
    text-align: center;
    font-size: 20px;
}
.lobby-title span {
    display: inline-block;
    font-size: 17px;
}
.lobby-running-time {
    float: right;
}
.lobby-running-time::before {
    content: '\f017';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.lobby-users {
    margin-top: 20px;
}
.lobby-user {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #27ae60;
    height: 200px;
    padding: 15px 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 11px -1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin-bottom: 10px;
}
.lobby-user:hover {
    background: #169d49;
}
.lobby-username {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    margin-top: 30px;
}
.lobby-user-points {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.lobby-user-empty-text {
    display: block;
    text-align: center;
    font-size: 21px;
    margin-top: 20px;
}
.lobby-user-empty::after {
    content: '\f067';
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 0.5);
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    top: 45px;
}
.lobby-owner-start-btn {
    margin-top: 10px;
    margin-bottom: 20px;
}
.btn_startlobby {
    color: #fff;
}
.user-ready-state {
    display: block;
    text-align: right;
    margin-top: 30px;
}
.lobby-question-area {
    display: block;
    margin-top: 50px;
    color: #fff;
    font-size: 35px;
}
.lobby-question {
    display: block;
    text-align: center;
    background: #16a085;
    border-radius: 3px;
    border: 1px solid #058974;
}
.answer-block {
    display: block;
    width: 100%;
    color: #fff;
    background: #3498db;
    border: 1px solid #2980b9;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: left;
    margin-top: 10px;
}
.answer-block:hover {
    background: #2980b9;
}
.answer-block.selected {
    background: #f1c40f;
    border: 1px solid #f39c12;
}
.disabled .answer-block {
    border: 1px solid #bdc3c7;
    background: #ecf0f1;
    color: #95a5a6;
    cursor: default;
}
.lobby-users-area-ingame {
    margin-top: 30px;
}
.lobby-question-remaining-time {
    display: block;
    line-height: 1.5;
    text-align: right;
    font-size: 11px;
    margin-top: 10px;
}
.choose_lobby_text {
    margin-bottom: 30px;
}
.lobby-user-lives {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.answer-int {
    display: block;
    text-align: center;
    width: 100%;
}
.answer-int > input {
    max-width: 100%;
}
#answer_int_submit {
    display: block;
    margin: 10px auto 0 auto;
}
@media (max-width: 767px) {
    .welcome {
        font-size: 50px;
    }
    .invite {
        font-size: 25px;
    }
    .howtoenter {
        font-size: 20px;
    }
    .welcome-container, .logged-container {
        font-size: 20px;
    }
}


/* EXTERNAL */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}