body {
    font-family: 'Asap', sans-serif;
    background-color: #010505;
    color:#ffffff;
}

.post-container {
    overflow: auto;
}

.post-thumb {
    float: left
}

.post-thumb img {
    display: block
}

.post-content {
    margin-left: 60px;
    word-break: break-word;
}

ul {
    padding-left: 10px;
}

li {
    list-style-type: none;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

.available h2 {
    font-weight: bold;
    color: #baffc0;
}

.busy h2 {
    opacity: 0.7;
    font-weight: bold;
    color: #FF5656;
}

.busy p {
    opacity: 0.7;
}

p {
    font-size: 15px;
}

.status {
    height: 64px;
    width: 44px;
}

@media screen {
    div#preloader {
        position: absolute;
        left: -9999px;
        top:  -9999px;
    }
    div#preloader img {
        display: block;
    }
}