.relative {
    position: relative;
}

.full {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.hidden {
    display: none !important;
}


.wide-page {
    display: block;
}

.tablet-page {
    display: none;
}

.mobile-page {
    display: none;
}


.wide-content {
    position: relative;
    width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content2 {
    position: relative;
    width: 1009px;
    height: auto;
    margin: 0 auto 0 auto;
}

.wide-content3 {
    position: relative;
    width: 1009px;
    height: auto;
    min-height: 500px;
    margin: 0 auto 0 auto;
}

p {
    text-align: justify;
}

/* WIDE SEARCH BAR */

.wide-search-bar {
    position: relative;
    width: 100%;
    height: 60px;
    background: #263238;
}

    .wide-search-bar .left {
        position: relative;
        width: 70%;
        height: 60px;
        float: left;
    }

    .wide-search-bar .right {
        position: relative;
        width: 30%;
        height: 60px;
        float: right;
    }

    .wide-search-bar input {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 7px;
        font-family: Verdana;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        padding: 8px 40px 8px 15px;
        box-sizing: border-box;
        outline: none;
    }

.wide-search-bar-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background: url(/images/find.png) center center no-repeat;
    cursor: pointer;
}

.wide-search-bar .toolbar {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
}

.wide-search-bar .toolbar-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 8px;
    box-sizing: border-box;
}

.wide-search-bar select {
    position: relative;
    width: 200px;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px 0 0;
    border: 0;
    outline: none;
}

/* WIDE CONTENT BLOCK */

.wide-content-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    background: #f7f9fc;

    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #262626;
}

.wide-content-block a, .wide-content-block a:visited {
    text-decoration: none;
    color: #2f80ed;
}

.wide-content-block a:hover {
    text-decoration: underline;
}

.wide-h1 {
    position: relative;
    font-family: Verdana;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin: 0 0 50px 0;
}

/* SCRIPT TABLE */

.wide-script-table {
    position: relative;
    width: 100%;
    height: auto;
    border-spacing: 0px;
    border-collapse: separate;
    box-sizing: border-box;
    table-layout: fixed;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 70px 0;
}

.wide-script-table .link-header {
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 10px;
}

.wide-script-table .brand-header {
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 50px;
}

.wide-script-table .model-header {
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 50px;
}

.wide-script-table .partnumber-header {
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 180px;
}

.wide-script-table .memorytype-header {
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 60px;
}

.wide-script-table .manufacturer-header {
    position: relative;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    width: 60px;
}

.wide-script-table .script-selected {
    background: #dce0e0;
    color: black;
    cursor: pointer;
}

.wide-script-table .script-selected:hover {
    background: #3267bf;
    color: white;
}

.wide-script-table .script-not-selected {
    background: transparent;
    color: black;
    cursor: pointer;
}

.wide-script-table .script-not-selected:hover {
    background: #3267bf;
    color: white;
}

.wide-script-table td {
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
