@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

* {
    font-family: 'Ubuntu', sans-serif;
    line-height: 140%;
    color: #333;
}

body {
    margin: 30px 10%;
    border: 1px solid #333;
    padding: 20px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 13px;
}

a {
    color: #007;
    text-decoration: none;
}

h2 {
    border-bottom: 1px solid #333;
}

dl {
}
dt {
    float: left;
    clear: left;
    width: 170px;
    text-align: right;
    font-weight: bold;
}
dt:after {
    content: ":";
}
dd {
    margin:  0 0 0 180px;
    padding: 0 0 0.5em 0;
}

footer {
    margin-top: 50px;
    text-align: center;
    font-size: 11px;
}
