body {
    /* http://bettermotherfuckingwebsite.com/ */
    color:#444;
}

h2 {
    padding-top: 30px;
}

h1, h2, h3 {
    line-height: 1.2;
}

h1 {
    font-size: 40px
}

.fname {
    color:rgb(70, 70, 70);
}

.lname {
    font-weight: bold;
}

table.contact {
    background-color:rgb(240, 240, 240);
    border:1px solid black;
    border-collapse:separate;
    border-radius:10px;
}

th, td {
    color:black;
    border:none;
    font-family:"Liberation Serif", times, serif;
    text-align:left;
    padding:8px 20px;
    vertical-align:middle;
}

.reverse {
    unicode-bidi:bidi-override;
    direction:rtl;
}

.bib-title {
    font-weight: bold;
}

.psl {
    padding-top: 3ex;
}
