.EME-Banner {
    background-image: url('/images/ITU-banner-m.png');
	background-position: center center;
    margin-bottom: 0 !important;
}

.BannerImg>span {
    font-size: 1rem;
    text-align: right;
}
.container h1 {
    font-size: 1.2rem;
}

.container h1 span {
    font-size: 1rem;
    margin-bottom: 0.5em;
    display: block;
    text-align: right;
    color: #ff6500;
}

.workshop-overview h2,
.agenda h2{
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #ff6500;
}



.workshop-overview p,
.workshop-overview ol{
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;

    line-height: 1.9;
}

.moderator {
    
    padding: 20px 10px 5px 0px;
    margin-bottom: 40px;
    border-radius: 10px;
}



.moderator h3{
    font-size: 1.1rem;
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: thin dotted #999;
}

.moderator p {
    line-height: 1.6;
	text-align: left;
}

.day {
    padding: 20px 0 5px;
    margin-bottom: 15px;
    border-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
    background-color: #f0f8ff;
    border: thin dotted #d2d2d2;
}

.day header{
    display: flex;
    align-items: center;
    padding: 5px 0 10px;
    color: #004e5c;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: thin dotted #ccc;
}

.day header span{
    margin-left: 10px;
}

.day h4{
    font-size: 1rem;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #004e5c;
	display: flex;
	align-items: flex-start;
    
}
.day h4 i{
    padding-top: 4px;
    
}
.day h4 span{
    margin-left: 10px;
    
}

.day p {
    font-size: 1rem;
    margin-left: 20px;
    margin-right: 15px;
    line-height: 1.5;
    text-align: left;
}


.day ul {
    font-size: 1rem;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.5;
    text-align: left;
}
.day ul li{
    margin-bottom: 14px;
}

.day .underline {
	border-bottom: thin dotted #ccc;
	padding-bottom: 11px;
	padding-top: 11px;
}

.regForm {
    padding: 20px;
}

.regForm img{ 
    width: 150px;
    display: block;
    margin: 30px auto;
}

.forum-message{
    font-family: 'DancingScript','cursive' !important;
    font-size: 2rem !important;
    text-align: center;
}

.green {
    color: #16b900 !important;
}
.red-invalid {
    color: #d10001;
}

.val {
    color: #bf0000;
    text-align: left;
    padding-left: 10px;
    font: 13px Tahoma, Geneva, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media(min-width: 576px) {

}

@media(min-width: 768px) {
	.EME-Banner {
		background-image: url('/images/ITU-banner-t.jpg');
	}
}

@media(min-width: 992px) {
	.EME-Banner {
		background-image: url('/images/ITU-banner.jpg');
	}
    .BannerImg>span {
        font-size: 1.5rem;
    }
    .container h1 {
        font-size: 1.5rem;
        text-align: justify;
    }
    
.workshop-overview p,
.workshop-overview ol{
    font-size: 1rem;
	margin-left: 30px;
	margin-right: 30px;
    }
	

	.day {
		margin-left: 30px;
	}   
    
.day header span{
    font-size: 1rem;
}

.day h4{
    font-size: 1rem;
}

.day h4 strong{
    font-weight: normal;
}


.day p,
.day ul {
    font-size: 1rem;
    text-align: justify;
	margin-left: 45px;
	margin-right: 30px;
    }    
    
    .regForm {
        display: flex; justify-content: space-between; align-items: flex-start;
        margin-top: 30px;
        padding: 50px;
    }
    .regForm .text{
        flex-grow: 1;
        margin-left: 60px;
}
}



@media(min-width: 1200px) {
}

@media(min-width: 1400px) {
}
