/*
This file is part of the ET Members Database (ETMD) WUI.

This file was written by Gary Hemming <gary.hemming@ego-gw.it>.

ETMD uses the following open source software:
- jQuery JavaScript Library v1.12.4, available under the MIT licence - http://jquery.org/license - Copyright jQuery Foundation and other contributors.
- W3.CSS 2.75 by Jan Egil and Borge Refsnes.
- Font Awesome by Dave Gandy - http://fontawesome.io.
- Jquery Timepicker, developed and maintained by Willington Vega. Code licensed under the MIT and GPL licenses - http://timepicker.co
*/

@import url(w3.css);

/* Leaflet map styles. */
#mapid {
    height: 100vh;
}

/* Link classes. */
.link, .link:visited {
    border-bottom: 1px solid;
    padding-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
}
.link:hover, .link:active, .link:focus {
    opacity:0.7;
    border-bottom:0;
    cursor:pointer
}
