#budgetPage {
    background: url(../img/budget/background.png) no-repeat;
    background-size: 100% 100%;
}

#budgetSidebar {
    height: 570px;
    margin-top: 4px;
    padding: 0;
}

#budgetSidebar .sidebarHeader {
    background-color: #212121;
    color: #fff;
    text-align: center;
}

#budgetSidebar .h3 {
    margin-top: 0;
    padding-top: 20px;
}

#budgetSidebar .logo {
    width: 60%;
}

#budgetSidebar #itemsTable {
    height: 535px;
    overflow-y: auto;
    direction: ltr;
}

#budgetSidebar table {
    direction: rtl;
    border: 5px solid #737373;
    text-align: center;
    font-size: 20px;
}

#budgetSidebar td {
    height: 49.5px;
    padding: 8px 0;
    background-color: #fff;
}

#budgetSidebar .itemName {
    color: #868686;
    border-left: 5px solid #737373;
}

#budgetPage .page-main {
    height: 630px;
    margin-right: 1%;
    padding-top: 25px;
    border: 0;
}

#budgetPage #addItem {
    float: right;
    margin-left: 2%;
}

#budgetPage .search input {
    width: 85%;
}

.itemForm label {
    width: 35%;
}

#budgetPage #stats {
    margin: 12px 0;
}

#budgetPage .stat {
    margin-top: 12px;
}

@media (max-width: 992px){
    #budgetSidebar {
        height: auto;
    }

    #budgetPage .page-main {
        background-color: #fff;
    }
}