.oom-page-wrapper {
    min-height: 600px;
    padding: 35px 25px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.oom-page-title {
    font-size: 30px;
    font-weight: 600;
}

.oom-page-subtitle {
    margin-bottom: 30px;
    margin-top: 10px;
}

.oom-q-wrapper {
    margin-bottom: 25px;
}

.oom-q {
    margin-bottom: 4px;
}

.oom-a {
    padding-left: 15px;
    padding-top: 6px;
    font-size: 17px;
}

.details-view {
    display: none;
}

.apps-list {
    margin-top: 45px;
}

.oom-table {
  border-collapse: collapse;
  width: 100%;
}

.oom-table td, 
.oom-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.oom-table tr:nth-child(even) {
  background-color: #dddddd;
}

.oom-table th,
.oom-table td {
    display: none;
    padding: 12px 10px;
    cursor: pointer;
}

.oom-table th:first-child,
.oom-table td:first-child {
    display: table-cell;
}

.oom-table th {
    font-weight: 700;
}

.oom-table .non-header-row:hover {
    background: #031e41;
    color: #fff;
}

.oom-btns-cols.top {
    margin-bottom: 25px;
    margin-top: 25px;
}

.oom-btns-cols.bottom {
    margin-top: 25px;
}

.oom-btn {
    background: #bfbfbf;
    color: #fff;
    padding: 6px 30px;
    cursor: pointer;
    transition: all .2s;
    width: 90px;
    text-align: center;
}

.oom-btn:hover {
    background: #818181;
}

.filters-cols-row {
    margin-bottom: 25px;
}

.filter-col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 5px;
    font-size: 17px;
    line-height: 35px;
}

.filter-col.first {
    margin-left: 0;
    font-size: 18px;
}

.filter-cat-name {
    font-weight: 500;
}

.filter-header {
    font-size: 23px;
    font-weight: 500;
    width: 189px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 1px solid;
    cursor: pointer;
}

.filter-open-arrow {
    position: absolute;
    top: -24px;
    right: 0;
    font-size: 48px;
    line-height: 50px;
    transition: all .2s;
}

.filter-open-arrow.active {
    transform: rotate(180deg);
    top: 5px;
}

.filters-body {
    padding: 25px 20px;
    background: #f7f7f7;
    border: 1px solid #ececec;
    display: none;
}

.filter-btn {
    display: inline-block;
    width: 150px;
    text-align: center;
    background: #031e41;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 5px;
    cursor: pointer;
    transition: all .2s;
}

.filter-btn:hover {
    background: #000;
}

.refine-search-btn {
    margin-right: 10px;
}

.no-results {
    display: none;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 39px;
    color: #ff0000;
}

@media (min-width: 768px) {
    .oom-table th,
    .oom-table td {
        display: table-cell;
    }
}