
/* included by accessible drupal module */
.hide
{
    display: none;
    visibility: hidden;
}

.context,
.offscreen,
form.offscreen-labels label
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}




