p {
    background-color: white;
}


.date {
    font-size: 12px;
}

#top_form {
    padding-top: 100px;
}

#entering_bl {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;

}

#session_msg {
    display: none;
}

.list-unstyled {
    font-size: 18px;
    border-bottom: 1px solid grey;
}

#comment {
    color: #34495e;
}

@media only screen and (max-width: 800px) {
    .shrink-font {
        font-size: 0.7em;
    }
}
