
@import url(http://fonts.googleapis.com/css?family=Lato:900|Gudea:400,700);

body {
    font-family: 'Gudea', sans-serif;
    background: #CCC;
    font-size: 14px;
    line-height: 120%;
}


#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    width: 700px;
    background-color: #EEE;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,.5);
}

#title {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: rgba(0,0,0,.4);
    margin: 40px 0px 50px 0px;
}

a#title:hover {
    text-decoration: none;
    color: #666;
}

a {
    text-decoration: none;
    color: #9C1143;
}


a:hover {
    text-decoration: underline;
}

span.sep {
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: rgba(0,0,0,.8);
    font-size: 36px;
    margin-top: 25px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: rgba(0,0,0,.7);
    font-size: 20px;
}

#bottom-img {
    margin-left: -50px;
    margin-bottom: -55px;
}

code {
    font-family: 'Ubuntu Mono', 'Courier New', monospace;
}

#dictionaries {
    margin-left: auto;
    margin-right: auto;
}

#dictionaries td {
    padding-left: 10px;
    padding-right: 10px;
}

.square img {
    width: 120px;
    height: 120px;
    margin: 10px;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,.5);
}