/* Global CSS */
body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*#main_container {
    box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.1), -2px 0 10px 2px rgba(0, 0, 0, 0.1);
    background-color: white;
}*/

#req {
    color: red;
    font-weight: bold;
}

.ace_editor {
    height: 500px;
}

/* IntroJS CSS */
.introjs-tooltip {
    width: 400px;
}

.introjs-helperLayer {
    background-color: rgba(255, 255, 255, .5);
}

/* Clock css */
/*#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
}

#clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

#clockdiv div>span {
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext {
    font-size: 16px;
}*/