@font-face{
    font-family:Inconsolata;
    src:url(../fonts/Inconsolata-Regular.ttf)
}
@font-face{
    font-family:Varela;
    src:url(../fonts/Varela-Regular.ttf)
}
main{
    display:block
}
html{
    font-family:Varela,sans-serif;
    font-size:16px;
    line-height:24px;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    font-smooth:always;
    -webkit-font-smoothing:antialiased
}
body{
    margin:0;
    background:#fefefe;
    color:#333;
    width:100%
}
a{
    color:#0080c0;
    text-decoration:none;
    background:0 0
}
a:focus{
    outline:thin dotted
}
a:active,a:hover{
    outline:0;
    text-decoration:underline
}
code,pre{
    font-family:monospace,serif;
    font-size:1em
}
pre{
    white-space:pre-wrap;
    font-family:Inconsolata,sans-serif;
    line-height:1.1rem
}
img{
    border:0
}
*,:after,:before{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
code{
    background-color:#eee;
    padding:2px 7px;
    border-radius:3px
}
.content{
    padding:0 15px;
    background-color:#f1f1f1;
    max-height:0;
    overflow:hidden;
    transition:max-height .2s ease-out
}
