.navbar-dark {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2001a+0,e2001a+100&1+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(226,0,26,1) 0%, rgba(226,0,26,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(226,0,26,1) 0%,rgba(226,0,26,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(226,0,26,1) 0%,rgba(226,0,26,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2001a', endColorstr='#cce2001a',GradientType=0 ); /* IE6-9 */

    margin: 0 0 1.5% 0;
}
.dashboard a, .dashboard a:hover {
    text-decoration: none;
    color: #212529;
}

.card_container {
    padding: 20px 12px 4px 12px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    width: 245px;
    height: 245px;
}

.card_value {
    font-size: 48px;
    color: black;
}

.card_title {
    font-size: 16px;
}

.card_desc {
    font-size: 12px;
}

.second_icon {
    margin-left: -24px;
    color: rgb(33, 37, 41, 0.5);
}
th, td {
    word-wrap: break-word;
    max-width: 150px;
}
