.EventTermsConditionBox{
	overflow-y: scroll;;
	max-height: 300px;
}

.modal-body .img img{
	height: 100px;
}
.line-behind-text {
    text-align: center;
    display: table;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: 15px;
}
.line-behind-text:before,
.line-behind-text:after{
	border-top: 1px solid #666;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.8em;
      width: 50%;
}
.line-behind-text:before{
	right: 1.5%;
}
.line-behind-text:after{
	left: 1.5%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.EventTermsConditionBox{
		max-height: none;
	}
	.modal-title{
		text-align: center;
	}
	.modal-title img{
		height: 100px;
		width: auto;
	}
	.modal-dialog,
	.modal-content {
	    /* 80% of window height */
	    height: 95%;
	}

	.modal-body {
	    overflow-y: scroll;
	}
	.modal-body.condition{
	    /* 100% = dialog height, 120px = header + footer */
	    max-height: calc(100% - 240px);
	}
	.modal-body .img img{
		height: 85px;
	}
}
@media screen and (max-device-width:480px) and (orientation:landscape) {
	.modal-body .img{
		display: none;
	}
}
