html {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: rgb(16, 42, 88);
}

body {
    line-height: 1.5em;
}

h4 {
    font-size: 20px;
    font-weight: 400;
}

.sliderWrap {
    border: 1px solid black;
    width: 44px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    border-radius: 20px;
    background-color: rgb(200, 200, 200);
    cursor: pointer;
    user-select: none;
}

.header-wrap h1 {
    margin: auto 0 auto 7.5%;
    max-width: 85%;
    font-weight: 500;
}

#partSearchBar, #CRpartSearch {
    padding: 0;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    height: 18px;
}

.pItem-menu > div {
    font-size: 15px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-head {
    align-items: center;
}

.info-wrap h1 {
    display: inline-block;
    border-radius: 4px;
    background: #102a58;
    padding: 0.7% 32px;
    min-width: 255px;
    color: white;
    font-size: 18pt;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    user-select: none;
    cursor: default;
    text-align: center;
}

.info-wrap h1:after {
    content: "";
    display: initial;
    width: 100%;
}

.header-wrap {
    width: 100%;
    padding-top: 0.6%;
    padding-bottom: 0.6%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    background-image: -webkit-linear-gradient(top, #ccc, #999);
    background-image: -moz-linear-gradient(top, #ccc, #999);
    background-image: linear-gradient(to bottom, #ccc, #999);
    box-shadow: 0 2px 64px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

@media(max-width: 768px) {
    .header-wrap {
        text-align: center;
    }
    .header-wrap h1 {
        font-size: 1.8em;
        margin-left: auto;
    }
}

@media print {
    .info-wrap h1 {
        box-shadow: none;
    }
}