html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.tb-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tb-login-box {
    border: solid 1px #ddd !important;
    border-radius: .25rem!important;
}

.tb-justify {
    border: 0px;
    font-family: 'Lato', sans-serif;
    background-color: transparent;
    white-space: pre-wrap;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 20px;
}

.tb-scroll-box {
    height: 600px;
    border: 1px solid #b9b9b9;
    background: #ffffff;
    padding: 20px 16px 5px 20px;
    color: #909090;
    margin-bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}




/* Notice */

.tb-notice-block {
    /*border: 1px solid #f4f4f4;*/
    padding: 5px;
    margin-bottom: 20px;
}

.tb-notice-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.tb-notice-date {
    font-size: 12px;
}


/* Image */

.tb-image-block {
    width: 100%;
}


/* Font */

.tb-font-15 {
    font-size: 15px;
}

.tb-selected {
    color: #e62154;
}


/* Margin */

.tb-mb-20 {
    margin-bottom: 20px;
}

.tb-mb-10 {
    margin-bottom: 10px;
}

.tb-mb-5 {
    margin-bottom: 5px;
}

.tb-m-10 {
    margin: 10px;
}

.tb-m-20 {
    margin: 20px;
}


/* Profile */

.box-profile .list-group a:hover {
    color: #e62154;
}

.box-profile .list-group a {
    font-size: 15px;
}

.profile-user-img {
    width: 200px;
}

.tb-profile-image {
    margin: 0 auto;
    width: 150px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.tb-profile-username {
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
}

.tb-profile-organisation {
    font-size: 16px;
    margin-top: 5px;
    font-style: italic;
}

.tb-profile-position {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
}


/* Event */

.tb-event h4 {
    font-size: 30px;
}

.tb-event p {
    font-size: 20px;
}

.tb-event .inner {
    padding-left: 30px;
}

.tb-event .icon {
    top: 0px;
    right: 20px;
}

.tb-event .small-box-footer {
    font-size: 20px;
    padding: 10px 0;
}


/* Text */

.tb-justify {
    border: 0px;
    font-size: 13px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: transparent;
    white-space: pre-wrap;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 20px;
    color: #000;
}