#top-panel {
	height: 42px;
}
.deleted{text-decoration: line-through;}

.menu-bottom {
    background-color: #F5F5F5;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    margin-top:20px;
    padding: 15px;    
    text-align: center;
}


.menu-bottom:after {
    clear: both;
}
.menu-bottom:before, .menu-bottom:after {
    content: "";
    display: table;
    line-height: 0;
}

.menu-top {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: -1px 0 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 15px;    
    text-align: center;
    
}

.menu-top:after {
    clear: both;
}
.menu-top:before, .menu-top:after {
    content: "";
    display: table;
    line-height: 0;
}

i.sae-color {
	color: #900;
}