html, body {
    width:   100%;
    height:  100%;
    margin:  0;
    padding: 0;
}

body {
    padding: 0;
}

.bold-text {
    font-weight: 700;
}

.btn-answer {
    min-width: 70px;
}

/* Centering the content */
.screen-container {
    position: absolute;
    top:      0;
    bottom:   0;
    left:     0;
    right:    0;
    height:   100%;
    width:    100%;
    display:  table;
    padding:  0;
}

.row-fluid {
    height:         100%;
    display:        table-cell;
    vertical-align: middle;
    text-align:     center;
    padding:        0;
}

.middle-block {
    float:   none;
    margin:  0 auto;
    padding: 0;
}

/* View is not visible by default */
.view {
    display:    none;
    text-align: left;
}

#login_error {
    display: none;
}

/* UI Selectors */
.user-name { }

.loading-indicator {
    display: none;
}

.btn-logout { }

.btn-login { }

.btn-yes { }

.btn-no { }

.btn-begin-test { }

.btn-begin-new-test { }