* {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

body {
    background: #EFEFF1;
}

.header {
    border-bottom: 3px solid #598cb5;
    background: #002d4a;
    color: #fff;
    height: 43px;
    display: flex;
    align-items: center;
}

.header img {
    flex: 0 0 auto;
    margin-left: 3px;
}

.row > * {
    margin: 10px 0;
}

.app {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    color: #555 !important;
    height: 100%;
}
.app img {
    width: 100%;
    margin: 20px 0;
}
.app .g {
    border-top: 1px solid #ccc;
    height: 1px;
    width: 90%;
}
.app ul, .app ul > li {
    padding: 0;
    margin: 0;
    text-align: left;
}
.app ul {
    margin: 30px 0;
}
.app ul > li {
    margin: 5px 30px;
}
.app:hover {
    background: #d8dee6;
    text-decoration: none !important;
}
.app:active {
    background: #d0d0d0;
}
.app:hover .g, .app:active .g {
    border-top: 1px solid #aaa;
}