body {
  /*padding: 50px;*/
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #F9F9F9;
    border-top: 1px solid #E5E5E5;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

section {
    margin-bottom: 1em;
}

body {
    /*font: 'Roboto', sans-serif;*/
    font: 14px/20px 'Roboto',Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lobster', sans-serif;
}

.cv-section {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
}

i.star {
    color: #F90
}