/* http://bettermotherfuckingwebsite.com/ */
body {
    font-family: Helvetica, Arial;
    line-height:1.6;
    font-size:18px;
    color:#444;
    padding:0 10px
}
h1,h2,h3{
    line-height:1.2
}

input[type='number'] {
    width: 4em;
}

textarea {
    width: 100%;
    height: 10em;
}

table, tr, th, td {
    border: 1px solid #EEE;
    border-collapse: collapse;
    padding: 5px 20px;
}

code {
    display: block;
    margin: 0;
    padding: 0;
}

pre {
    width: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

#frequencies {
    width: 100%;
    height: 600px;
    margin: 40px 0;
}
