body{
    background-color: #F5F5F5;
    color: #263238;
}

header h1 {
    font-size: 1.8em;
    text-align: center;
}

header a {
    color: #BF360C;
}


div.search {
    text-align: center;
}

div.search input {
    font-size: 2.2em;
    height: 2.4em;
#    border-radius: .3em;
}

div.search button {
    font-size: 2.2em;
    width: 2.4em;
    height: 2.4em;
#    border-radius: .3em;
}

ul.report-placeholder {
    text-align: center;
    width: 100%;
    padding: 0px;
}

ul.report-placeholder li.report-placeholder {
    display: inline-block;
    vertical-align: top;
}


ul.report-header {
    text-align: left;
    list-style: none;
    font-size: 1.7em;
}

.report-header #nomen-name {
    font-weight: bold;
}

.nomen-is-closed {
    background-color: red;
    color: #ffff3b;
    font-weight: bold;
}

h1#zero-amount-banner {
    background-color: white;
    color: #fb4b07;
    display: none;
    text-align: center;
}

table#report-table {
    border: 1px #f2eff2 solid;
    border-collapse: collapse;
    font-size: 1.4em;
    margin-top: 1em;
}

tr.self{
    background-color: #4CAF50;
}

tr.burakova{
    background-color: #F57C00;
}

td{
    border: 1px #f2eff2 solid;
    padding-left: 5px;
    padding-right: 5px;
}

td.a {
    display: none;
}

td.num-cell{
    text-align: right;
}

img#wallpaper {
    width: 100%;
    min-width: 300px;
}

@media screen and (max-width: 640px){
    div.search input {
        width: 58%;
        font-size: 1.5em;
    }
    div.search button {
        width: 30%;
        font-size: 1.5em;
    }

    td.f {
        display: none;
    }

    td.a {
        display: inline;
    }

    img#wallpaper {
        margin-top: 5px;
    }
}