a {
    color: black;
    text-decoration: none; 
}
div.f {margin-bottom:1500px}
table {margin-bottom:4px}
span.c {
    display: block;
    width: 600px;
    height: 30px;
    padding: 5px;
    border: 1px solid black;        
    background-color: yellow;
}
input[type=checkbox]
{
   -ms-transform: scale(2); /* IE */
   -moz-transform: scale(2); /* FF */
   -webkit-transform: scale(2); /* Safari and Chrome */
   -o-transform: scale(2); /* Opera */
}

.modal {
    display: none;
    position: fixed;
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 68%;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:focus {outline:5px solid #ffd9b3;}
input[type=checkbox]:focus {outline: 3px solid #ffd9b3;}
a.nol {outline:0px solid white}
p.nar {
    width:100%;
    max-width:550px;
}