body {
    background: #5e80b2;
    font-family: Verdana;
    font-size: 12px;
    color: #313131;
}

.title {
    font-family: "Cherry Bomb One", sans-serif;
    font-weight: 400;
    font-style: normal;
    float: left;
    color: white;
    font-size: 32px;
    text-shadow: 2px 2px 1px #c33846;
}

.wrapper {
    height: 600px;
    width: 800px;
    margin: auto;
    margin-top: 40px;
}

.sidebar {
    width: 100px;
    background: #e78c5b;
    height: 500px;
    float: left;
}

.main {
    height: 500px;
}

.menu {
    background: white;
    height: 50px;
    width: 400px;
    float: right;
}

.menu a {
    text-decoration: none;
    color: inherit;
    font-size: 10px;
}

.menu a:hover {
    background: #f7f7f7;
}

.title {
    float: left;
    color: white;
}

.header {
    height: 50px;
}

.footer {
    color: white;
}

.menu a {
    border: 1px dotted #000;
    display: inline-block;
    height: 50px;
    width: 55px;
    box-sizing: border-box;
    float: left;
    margin-left: -1px;
    text-align: center;
}

.content {
    width: 700px;
    background: #f7f7f7;
    float: right;
    height: 100%;
    padding: 12px 12px;
    overflow-y: auto;
    box-sizing: border-box;
}

.left {
    width: 320px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.right {
    width: 320px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.blog-left {
    width: 520px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.blog-right {
    width: 100px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.blog-right img {
    width: 100px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #CCC;
    margin-bottom: 12px;
}

.content img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #CCC;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 #CCC;
}

body {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.box {
    background: #FFF;
    padding: 0px 12px;
    border: 1px solid #CCC;
    margin-bottom: 24px;
    position: relative;
    padding-top: 14px;
    margin-top: 12px;
}

.box-title {
    position: absolute;
    background: #c33846;
    color: white;
    top: -10px;
    left: 12px;
    padding: 3px 6px;
    letter-spacing: 1px;
}

.date-label {
    display: inline-block;
    width: 65px;
    font-family: monospace;
}

h2 {
    font-size: 12px;
    border-bottom: 2px dotted #c33846;
    padding-bottom: 6px;
}

.empty-box {
    margin-top: 12px;
    background: #FFF;
    padding: 0px 12px;
    border: 1px solid #CCC;
}

.side-icon {
    float: left;
    display: inline-block;
    width: 60px;
    padding-right: 6px;
}

.review-link {
    padding: 6px 0;
    text-align: right;
}

.small-icon {
    width: 90px;
}

.footer {
    float: right;
}