#terminar{
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

#terminar thead tr{
    border-bottom: 3px solid black;
    text-align: center;
}

#terminar tbody tr{
    border-bottom: 1px solid black;
}

#terminar .canceled{
    color: gray;
}

#terminar thead .date{
    text-align: center;
}

#terminar .date{
    text-align: right;
    width: 9.375rem;
    padding-right: 1.5625rem;
}

#terminar .name{
    width: 15.625rem;
}

#terminar .participant{
    width:15.625rem;
}

#terminar .info{
    width: 17.5rem;
}

#terminar .show_description{
    width: 1.25rem;
}

.term_description{
    display:none;
}

.term_img{
    display:block;
    width:1.5rem;
    cursor: pointer;
}

.term_hide{
    display:none;
}

@media screen and (max-width: 1100px) {
    .term_img{
        width: 2.5rem;
    }
}

