.part-result {
    background-color:#1E242D;
    padding:5px;
}

.psu-result {
    background-color:#2B74DF;
    height:100%;
    display:flex;
    align-items: center;
}

.part-cube .part-type-title, .part-cube  .part-tdp {
    border-color: #87888b !important;
}

.part-cube-body {
    white-space: nowrap;
    padding:5px;
}

span.result-bolt-icon {
    color: yellow;
}

.part-result .part-title-text {
    color:white;
    font-size:1.15em;
}

.part-result .part-info {
    color:lightgray;
    font-size:0.75em;
}

.psu-requirement-title {
    font-size:1.25em;
    width:100%;
}

.psu-requirement-title > strong {
    color: #27f553;
}

h1.psu-page-title {
    font-size: 1.8em;
}

#content {
    padding-top: 0 !important;
}

.part-result.empty-part {
    background: transparent;
    border:2px dashed #33373c;
    height: 100%;
}

.part-result.empty-part .part-type-title {
    border-bottom-style:dashed;
    border-bottom-color: #33373c;
}

.part-result.empty-part .add-part {
    display:block;
    color:lightgray;
    line-height: 125px;
    font-size: 2em;
    text-align: center;
}

.part-result.empty-part:hover .add-part {
    color:lightblue;
}

.part-cube .add-part {
    display:block;
    min-width:85px;
    line-height: 70px;
    text-align: center;
    font-size: 2em;
    color:lightgray;
}

.part-cube .part-type-title {
    display:flex;
    justify-content: space-between;
    font-size:0.8em;
}

.clear-part-container {
    margin-right: 5px;
}

.icon-part-container {
    margin-left: 5px;
}

a.clear-part {
    color:white;
    text-decoration: none !important;
}

a.clear-part:hover {
    color: #d72121;
}

.part-type-title img {
    vertical-align: top;
}

.filter-body {
    background-color: #33373C;
    border-radius: 10px;
}

.filter-tag {
    width: 50%;
    background-color: #4e5d69;
    border-radius: .25rem .25rem 0 0;
    max-width: 200px;
    margin-left: 25px;
    margin-right: auto;
}

body[dir=rtl] .filter-tag
{
    margin-right: 25px !important;
    margin-left: auto !important;
}

.filter-name {
    color: #19b3cc;
    margin-bottom: 4px;
}

.filter-col:not(:last-child) {
    border-right: solid grey;
}

body[dir=rtl] .filter-col:not(:last-child)
{
    border-left: solid grey;
}

.collapse-btn {
    float:right;
}

.retailer-link-button {
    width: 95px;
}

.specs-table tr td:first-child {
    font-weight: bold;
}

.result-main-slot-container {
    min-height: 90px;
}

@media (max-width: 768px) {
    .result-main-slot-container {
        min-height: 250px;
    }
}