#ps-bg {
    position: relative;
    top: -60px;
    left: -80px;
    width: 125%;
}

.psView {
    width: 640px;
    height: 360px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.psTools {
    width: 450px;
    float: left;
}

label {
    color: #ff6600;
}

#selection-container {
    position: relative;
    display: inline-block;
}

.selectionTile {
    border: 2px #313131 solid;
    border-radius: 6px;
    padding: 5px !important;
    background-color: #222;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: left;
}

    .selectionTile:hover {
    }

.modelTile {
    width: 535px;
    height: 260px;
    font-size: 24pt;
}

.patternTile {
    width: 260px;
    height: 50px;
    font-size: 10pt;
}

.colorTile {
    width: 242px;
    height: 50px;
    font-size: 11pt;
}

.ps-preview {
    /*height: 24px;*/
    height: 30px;
    /*display: inline-block;*/
    display: flex;
}

.ps-container {
    width: fit-content;
    height: 352px;
    margin: 0px auto;
    position: relative;
}

.pattern-preview {
    height: 24px;
    width: 64px;
    border: 1px solid rgb(84, 84, 84);
    border-radius: 4px;
}

.picker-image {
}

.picker-image-td {
}

.color-preview {
    height: 24px;
    width: 64px;
    border: 1px solid rgb(84, 84, 84);
    border-radius: 4px;
}

.preview-title {
    vertical-align: text-top;
    padding-top: 3px;
}

.preview-text {
    height: 24px;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 11pt;
}

.tile-text {
    height: 24px;
    position: relative;
    top: -3px;
    display: block;
}

.color-preview-tile {
    width: 64px;
    height: 24px;
    margin-right: 5px;
    border: 1px solid rgb(84, 84, 84);
    border-radius: 4px;
    position: relative;
    top: 4px;
}

.ps-tool-table > tbody > tr > th, .ps-tool-table > tbody > tr > td {
    /*vertical-align: middle;*/
    vertical-align: top;
}

.ps-tool-table > tbody > tr {
    height: 37px;
}

.pickerBtn {
    height: 24px !important;
    padding-top: 0px;
    border-color: rgb(84, 84, 84);
}

button.selectionTile:hover {
    border-color: #ff6600 !important;
}