
td.number {
    text-align: right;
}
body {
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Helvetica', sans-serif;*/
    padding-top: 50px;    
    background-color: #444;
}

.recording-status {
    color: white;
}

#header-container {
    background: #404040;
    padding: 0px;
    margin: 0px;
    width: 100%;
    padding-bottom: 10px;
}

#sketch-holder {
    display: flex;
    justify-content: center;
}

#gif-container {
    justify-content: center;
    text-align: center;
}

.gif-holder {
    width: 20%;
    height: 20%;
}

.btn-group {
    margin-right: 1em;
    margin-bottom: 1em;
}

.btn-slider {
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.8em;
    line-height: 1.5;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: gray;
    color: white;
}

.slider-container {
    width: 5em;
}

.navbar {
    /*background: white;*/
    font-weight: bold;
    font-family: 'Bungee Hairline', cursive;
}

h1 {
    color: white;
    font-family: 'Bungee Hairline', cursive;
    font-weight: bold;
    /*font-family: 'Pacifico', cursive;*/
    font-size: 60px;
}
