body {
    font-family: Verdana, sans-serif;
}

hr {
    width: 80%;
    color: #f00;
    background-color: #f00;
    height: 2px;
    border: 0;
}

table {
    border: 0;
}

div#content {
    padding: 0 10%;
}

div#first-entry {
    padding-top: 0;
}

.logo {
    vertical-align: center;
    padding: 0 20px 0 0;
}

td.attribute {
    vertical-align: top;
}

.attribute {
    padding-right: 30px;
}

.dateTable td {
    padding: 0 10 5;
}

.dateTable a {
    text-decoration: none;
    color: #3b568a;
}

.entry {
    padding: 30px 0 0 0;
}

.entry > :last-child {
    margin-bottom: 0;
}

.entry h2 {
    padding-left: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #000;
    /* image borrowed from sublimetext.com */
    background-image: url(img/bar_gradient.png); background-repeat: repeat-x;
    color: #FFF;
}

.entry ol {
    padding-right: 10%;
    margin-bottom: 0;
}
.entry li {
    padding-bottom: 20px;
}

.software_listing {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #000;
}

.software_listing {
    text-align: left;
    vertical-align: top;
}

.software_listing td {
    color: #3b568a;
    font-weight: bold;
    vertical-align: top;
}

.software_listing td + td {
    color: #000;
    font-weight: normal;
}

.entry p {
    line-height: 150%;
    text-align:justify;
    text-justify:inter-word;
}