.text-underline{
    text-decoration: underline;
}
.line-trough{
    text-decoration: line-through;
}

.cursor-pointer{cursor: pointer;}
.cursor-croshair{cursor: crosshair;}
.cursor-eresize{cursor: e-resize;}
.cursor-move{cursor: move;}
.sticky-bottom {
    position: sticky;
    bottom: 0px;
}
.login-box {
    margin: 0 auto;
}
.login-page, .register-page {
    height: auto;
}

#lecture_category_id .bold {
    font-weight: bold;
}
.authors .author_name{
    text-decoration: underline;
}
.authors .first_author {
    text-decoration: underline;
}
.authors .affiliation_index{
    vertical-align: super;
}
@media print {
    .page-break {page-break-before: always;}
  }
