.none {display:none}
.h4_sub_title{text-align:center;font-size: 1em !important;}
.h5_sub_title{margin: 2em 0 1em;}
.h5_training{margin: 1em 0 1em;}
.h4_training{margin: 1em 0 0 !important;font-size: 17px;}
.h5_training_schedule{font-size: 16px;}
.red{color:#ff0000;}

.moreHover{
	 position: relative !important;
}
.moreHover:hover .showLinks
{
	display:block;
}

.showLinks {
	margin-top:5px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
   width:150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	right: -6%;
	text-align:left;
}

.showLinks a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.showLinks a:hover {background-color: #f1f1f1}