body {
    font-family: Verdana, Arial, sans-serif;
    color: Black;
    background-color: White;
    font-size: 14px;
}

.fonts {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    text-decoration: none;
}
    .fonts.px12 {
        font-size: 12px;
    }

    .fonts.red {
        color: red;
    }

        a.fonts.red:link{
            color: red;
            text-decoration: none;
        }

        a.fonts.red:visited{
            color: red;
            text-decoration: none;
        }

        a.fonts.red:active{
            color: red;
            text-decoration: none;
        }

        a.fonts.red:hover{
            color: green;
            font-weight: bold;
            text-decoration: none;
        }

a.fonts:link {
    color: Blue;
    text-decoration: none;
}

a.fonts:visited {
    color: Blue;
    text-decoration: none;
}

a.fonts:active {
    color: Blue;
    text-decoration: none;
}

a.fonts:hover {
    color: green;
    font-weight: bold;
    text-decoration: none;
}

.fonts.info {
    font-size: 16px;
    padding-left: 15px;
    padding: 10px;
}

    .fonts.info.h1 {
        color: black;
        font-weight: bold;
    }

.forms {
    border: 1px solid #000000;
    border-radius: 10px;
    color: black;
    padding: 5px 12px;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
}

    .forms.button {
        border: 1px solid White;
        cursor: pointer;
    }
    .forms.button:disabled,
    .forms.button.disabled {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
    }
        .forms.button.red {
            background-color: lightcoral;
            color: black;
        }
        .forms.button.red:disabled,
        .forms.button.red.disabled {
            border: 1px solid #999999;
            background-color: #cccccc;
            color: #666666;
        }

        .forms.button.blue {
            background-color: darkcyan;
            color: black;
        }

        .forms.button.green {
            background-color: darkgreen;
            color: black;
        }

    .forms.fieldset {
        border: 1px solid #999999;
        border-radius: 5px;
        text-align: left;
        font-style: italic;
    }

.itemdetailws {
    border: thin dotted #C0C0C0;
    overflow-y: scroll;
    width: 95%;
    height: 115px;
}
