body {
    font-size: 18px;
    background-color: rgb(30, 40, 50);
}

body, .btn-large, a {
    font-family: 'Montserrat', sans-serif !important;
}

h2, h3, h4 {
    font-weight: bold;
}

#login-panel {
    margin-top: 90%;
}

#summary_cards .card {
    padding: 12px 16px 8px 16px;
    position: relative;
    text-align: center;
}

#summary_cards .card_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 40px;
    font-weight: bold;
}

#summary_cards .card_revenue {
    font-size: 3rem;
}

#summary_cards .card_pct_change {
    font-size: 1.5rem;
}

#summary_cards .card_label {
    padding: 10px 0 4px 0;
}

#graph_title {
    margin-bottom: 0;
}

table {
    border: 1px solid rgb(10, 20, 30);
    font-weight: bold;
}


/*table tbody th {*/
/*    text-align: center;*/
/*}*/

table th {
    text-align: right;
}

table td {
    text-align: right;
}

table th:first-child, table td:first-child {
    padding-left: 20px;
}

table th:last-child, table td:last-child {
    padding-right: 20px;
}

table tr {
    padding: 0 20px 0 20px;
}


table.striped > tbody > tr:nth-child(odd) {
    background-color: rgb(40, 50, 60);
}

