body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    padding-top: 3.75em;
    padding-bottom: 1.5em; /**/
    background-color: rgba(176, 224, 230, 0.25);
}

.row {
    margin-bottom: 1em;
}

.ui-widget {
    font-family: Arial, Verdana, sans-serif;
}

a:hover {
    cursor: pointer;
}

a.email {
    color: #333333;
}

ul.with-details {
    list-style-type: none;
    padding: 0;
    margin: -5px -15px;
}

ul.with-details li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

ul.with-details li:last-of-type {
    border-bottom: 0;
}

.list-group-item.edu-open,
.list-group-item.pro-open,
.list-group-item.prj-open {
    cursor: pointer;
}

ul.list-inline.nav-footer {
    display: inline;
}

.shadow {
    box-shadow: 2px 2px 2px #404040;
}

.container-fixed {
    position: fixed;
}

address {
    margin-top: 1em;
}

div.maze {
    width: 1.2em;
    height: 1.2em;
    font-size: 0.41em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid black;
}

.north {
    border-top-width: 0 !important;
}

.east {
    border-right-width: 0 !important;
}

.south {
    border-bottom-width: 0 !important;
}

.west {
    border-left-width: 0 !important;
}

div.map {
    width: 100%;
    height: 35em;
}
