﻿.gray {
    background-color: #ccc;
    margin-bottom: 10px;
}

.hideButAccessable {
    visibility: hidden !important;
    height: 0px !important;
}

a:hover {
   text-decoration: underline !important;
}
