﻿body {
    background-color: #f9fafc;
    font-family: Verdana;
    color: #323520;
    font-size: 10pt;
    padding:10px;
}

a{
    text-decoration:none;
}


.bcx-clickable:hover {cursor: pointer;}
.bcx-input {
    height: 30px;
    width: 300px
}

/*Missing in w3.css V4*/
w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit
}

.w3-closebtn:hover, .w3-closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}



/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

input {
    font-size: 16px;
}*/