/* Degree Website Styles */

/* Header */

/*.top .logoHome {
    height: 120px;
    padding: 10px 15px;
    width: 10%;
} */

img.gallery {
    margin: 10px 0;
}

table.prices {
    width: 100%;
}

table.prices td:last-child {
    text-align: right;
}

table.prices tr:nth-child(even) {
    background-color: #eee;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 480px) {
    .clearfix img {
        float: left;
        margin: 5px 15px 10px 0;
    }
}