@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Thin-webfont.woff') format('woff'),
    url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    background-color:rgb(20,20,20);
    font-family: 'robotolight';
    color: whitesmoke;
    padding-left: 32px;
}

a {
    color: wheat;
}

.logo {
    float: right;
    max-width:100%;
    height:auto;
}
#title{
    font-size: 48px;
    color: whitesmoke;

}

#subtitle{
    font-size: 16px;
}

#header {
    padding-bottom: 32px;
}

.text{
    padding-bottom: 32px;
}

.definition{
    font-style: italic;
}

.bold{
    font-weight: bold;

}

thead {
    color: lightblue;
}

.description{
    padding: 12px;
}

h1, h2, h3 {
    color: cornflowerblue;
}

.spoken{
    padding: 12px;
    font-family: robotothin;
    color: lightgray;

}