.navbar-app {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.green_color {
    color: green;
}

.red_color {
    color: red;
}

.hidden {
    display: none;
}

.text_center {
    text-align: center;
}

body {
    font-family: Nunito, sans-serif;
}

.comment_item {
    background: #ebebeb none repeat scroll 0 0;
    padding: 5px 10px 5px 12px;
    margin-bottom: 4px;
    border-radius: 3px;
    font-size: 14px;
}

.pb_2 {
    padding-bottom: 2px;
}

a.tb_title {
    color: #007bff !important;
}

.summary-bold {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    vertical-align: middle
}