#ten-minute-timer-container {
    background: white;
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
}

#jumbo-timer-container {
    background: white;
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
}

.hackathon-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.field-name-field-tabs {
    padding: 16px;
    border: 1px solid #DDD;
    background: #FEFEFE;
    border-radius: 8px;
}
