.ui.button.transparent {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.3em !important;
}

.accounts .account {
    margin-bottom: 10px;
}

.account-name {
    font-weight: bold;
    color: #333;
}

.account-balance {
    color: #007bff;
}

span.account-names,
span.tags {
    color: #aaa;
    font-style: italic;
    display: block;
}

table .typeValue.income {
    color: green;
}

table .typeValue.expense  {
    color: red;
}

table .typeValue.transfer  {
    color: teal;
}

#dailyChartContainer {
    height: 300px;
    width: 100%;
}

@media screen and (width < 992px) {
    .ui.grid > .wide.column.accounts-container {
        width: 100% !important;
    }

    .ui.grid > .wide.column.balance-chart-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .ui.table:not(.unstackable) tr.hidden,
    .ui.table:not(.unstackable) tr.hidden>td,
    .ui.table:not(.unstackable) tr.hidden>th {
        display: none !important;
    }

    .recent .ui.table:not(.unstackable) thead,
    .scheduled .ui.table:not(.unstackable) thead {
        display: none;
    }

    .recent tr td > span,
    .scheduled tr td > span {
        display: inline-block;
    }
}

@media screen and (width < 768px) {
    #expenseCategory.ui.grid .eight.wide.column {
        width: 100% !important;
    }

    .transactions .item .tab-label {
        display: none;
    }

    #dailyChartContainer {
        height: 200px;
    }
}