@page {
    margin: 1cm;
}

body, html {
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    height: 100%;
    padding: 0;
    margin: 0;
}

a {
    color: black;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: left;
}

b {
    font-weight: bold;
}

h1 {
    margin: 20px 2px 5px 2px;
}

h2 {
    margin: 20px 2px 5px 2px;
}

h3 {
    margin: 20px 2px 5px 2px;
}

p {
    margin: 10px;
    border: none;
}

input {
    transition: 0.2s;
}

    input:hover {
        opacity: 0.7;
    }

    input[type="submit"] {
        background-color: #666666;
        border: none;
        cursor: pointer;
        color: white;
        padding: 3px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

        input[type="submit"]:hover {
            background-color: #666666;
            border: none;
            cursor: pointer;
            color: white;
            padding: 3px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
        }

.devxButton {
    background: #666666 !important;
    cursor: pointer;
    color: white;
    padding: 3px 15px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 200;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #ccc;
    border: none !important;
}

.devxButton:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.devxButton div.dxb {
    padding: 3px 15px !important;
    border: none !important;
}

#ToolCategoryDropdown {
    position: absolute;
    height: 537px;
    width: 500px;
    background: #fff;
    border: 1px #ccc solid;
    z-index: 20;
    display: none;
}


#ghost {
    color: #CCC;
}

#normal {
    color: #000;
}
