/**
 * This file is part of Anis Client.
 *
 * @copyright Laboratoire d'Astrophysique de Marseille / CNRS
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.tab-content {
    height: 250px;
    border-bottom: #dee2e6 solid 1px;
    border-left: #dee2e6 solid 1px;
    border-right: #dee2e6 solid 1px;
    overflow-y: auto;
}

.title {
    color: #6c757d;
    font-size: 90%;
}