﻿.plPuzzleCategoryBar {
    background-color: black;
    height: 32px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 2px 2px 2px 10px;
}

.plPuzzleCategoryText {
    color: #DFE10B;
    font-size: 20px;
    font-weight: bolder;
}

.plPuzzleType {
    background-color: black;
    font-size: 14px;
    height: 27px;
    padding: 2px 2px 2px 10px;
    white-space: nowrap;
}

.plPuzzleTypeFontAwesome {
    color: darkgrey;
}

.plPuzzleTypeLink {
    color: white;
    font-size: 16px;
    font-weight: bolder;
}

    .plPuzzleTypeLink:hover {
        color: lawngreen;
    }

.plPuzzleTypeBody {
    background-color: dimgrey;
    padding: 2px 2px 2px 10px;
}

.plPuzzleVariantRow {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

.plPuzzleVariantText {
    color: #D2D0D0;
    font-size: 16px;
}

.plPuzzleVariantTextHover {
    color: yellow;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
}

.plPuzzleVariantTextDisabled {
    color: black;
    font-size: 16px;
    font-style: italic;
}

.plInformationButton {
    background: #414141;
    border-radius: 3px;
    color: white;
    font-family: verdana;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    width: 22px;
    height: 24px;
}

    .plInformationButton:disabled {
        background: #242424;
        color: #4F4F4F;
    }

.plPuzzleImage {
    -webkit-filter: grayscale(100%) brightness(40%);
    border: 1px solid black;
    filter: grayscale(100%) brightness(40%);
    width: 50px;
    height: 50px;
}

.plPuzzleImageHover {
    -webkit-filter: grayscale(0%) brightness(100%);
    border: 1px solid black;
    filter: grayscale(0%) brightness(100%);
    width: 50px;
    height: 50px;
}

.plPuzzleImageInactive {
    -webkit-filter: grayscale(100%) brightness(15%);
    filter: grayscale(100%) brightness(15%);
    width: 50px;
    height: 50px;
}
