.fa-check {color: green;}
.fa-times {color: red;}
.fa-exclamation {color: blue;}
.footer {padding-top: 3rem !important; padding-bottom: 3rem !important; height: 25vh}
.navbar {margin-bottom: 1em;}
.white-color {color: white;}
h1 {font-size: 2rem;}

.username {
    width: 15em !important;
}

th.profile {
    width: 15em !important;
}

th.comments {
    width: 30em !important;
}

td.comments {
    font-size: 0.75em;
}

.comments a.collapse-toggle.collapsed:after,
.profile a.collapse-toggle.collapsed:after {
    content: 'show more';
}

.comments a.collapse-toggle:not(.collapsed):after,
.profile a.collapse-toggle:not(.collapsed):after {
    content: 'show less';
}

.comments .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
