@media only screen and (min-width: 600px) {
    .row.options, .row#options {
        display: flex;
        align-items: center;

        .btn {
            padding: 1rem
        }
    }
}

#top {
    margin-bottom: 1rem;
}

tbody {
    border: 5px solid #f3f3f3;
}

#allRows .hide {
    display: none;
}

[id^=row] {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.row-error {
    border: 2px solid red;
}

.el-error {
    border: 1px solid red !important;
    background: #FFA7A7 !important;
}

[id^=error] ul li {
    padding-bottom: 5px;
    font-weight: bold;
}

#calcresults {
    display: none;
}

[id^=row] table tr.btm td {
    height: 50px;
    vertical-align: middle;
}

b.lbl {
    padding-bottom: 2px;
    display: block;
}

.red {
    color: red;
}

.ignore {
    color: red;
    cursor: pointer;
}

.addrow {
    background-color: #FF9900;
    border-color: #FF9900;
}

[id^=ref] {
    width: 95px !important;
}

[id^=tw], [id^=bw] {
    width: 100px !important;
}

input:focus {
    background: #eee;
}

.tabs {
    font-size: 10px;
    margin-left: 10px;
}

.lblWin {
    font-size: 14px;
    font-weight: bold;
}

#table {
    width: 100%;
    margin: 10px 0;
}

.windowrow {
    background: #f9f1f1;
}

tr.error {
    background-color: #ff5353;
}

label {
    font-weight: bold;
}

label.block {
    display: block;
}

@media only screen and (max-width: 480px) {
    [id^=ref] {
        width: 100% !important;
    }
}
