h1, h3 {
    display: inline-block
}

.wrapper {
    margin: auto;
    width: 80%;
    background: #EEE;
    padding: 25px;
}

.f > div {
    float: right;
    box-sizing: border-box;
    padding: 30px;
}

.details {
    width: 60%;
    background: #DDD;
}

.tags {
    background: #CCC;
    width: 40%;
    padding: 40px;
    box-sizing: border-box;
}

.tags table {
    width: 100%;
}

table.t_riz {
    width: 100%;
}

.clear {
    clear: both;
}

.angoosht {
    cursor: pointer;
}

.tag {
    margin: 0 3px;
    padding: 2px;
    border-radius: 6px;
    box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .f div {
        float: none;
        width: 100%;
    }

    .help {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .rm{
        display: none;
    }
}

/* palette */

body {
    background: url(cash.jpg);
}

.wrapper {
    background: #455A64;
}

.header {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .loading{
    color:red;
    flex: 1;
}

.details{
    background:#CFD8DC;
}

.details table{
    border-color:#BDBDBD;
}

.details th{
    color:#757575;
}

.tags{
    background:#607D8B;
    color:#FFFFFF;
}

.tags table{
    background: #CFD8DC;
    color:#212121;
}

input[type=button]{
    border:none;
    background:#009688;
    color:#fff;
}

.help a:not(.boz){
    color:blue;
    cursor: pointer;
}

.debt_header{
    display: flex;
}

.debt_header .search{
    display: flex;
    flex: 1;
}

.debt_header .search input {
    flex: 1;
}

.editor input:not([type=button]){
    width: 100%;
}
