html, body{
    margin: 0;
    padding: 0;
}

.inner{
    width: 90%;
    margin: auto;
}
.menu{
    background-color :teal;
    width: 100%;
    height: 66px;
    line-height: 66px;
}

.m-left{
    float: left;   
}

.nom{
    margin: 0;
    padding: 0;
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 1px;
}

.m-right{
    float: right;
}

.link{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 0;
    margin: 0 15px;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
    
}

.link:hover{
    border-color: white;
    padding-bottom: 3px;
}

.link.fa{
    margin-right: 5px;
}

.logo {
    height: 55px;
    width: auto;
    margin-top: 5px;
    margin-right : 5px;
    margin-left: 5px;
}

.logo-gdl {
    height: 55px;
    width: auto;
    margin-top: 0px;
    margin-right : 5px;
    margin-left: 5px;
}

.skywatch {
	padding-top: 25px;
	width: 100%;
}

th, td {
	vertical-align: middle;
}

table th:hover {
    background-color: rgba(0,0,0,.075);
}
