
.changefontsize-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	/*font-weight:bold;*/
	padding:0px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	min-width: 22px;
}
.changefontsize-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.changefontsize-btn:active {
	position:relative;
	top:1px;
}

div#epikairothta {
	height: auto!important;
	margin-top: -10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* box-shadow: 0px 2px 4px rgb(0 0 0 / 10%); */
	/* border-radius: 5px; */
	background: white;
	/* padding: 10px; */
	margin-bottom: 45px;
	align-items: center;
	justify-content: center;
}

div#epikairothta h2{ 
	font-size: 12px;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 10px;
	background-color: #1c75bc;
	margin: 1px;
}

div#epikairothta a{ 
	margin-top: 0px;
	border-radius: 5px;
	font-size: 14px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 0px 15px;
	margin: 2px 5px;
	color: #222!important;
	width: 250px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 19px;
	text-align: center;
	@media(max-width: 600px) { 
		width: 100%;
	}
}

div#epikairothta a.num_1{ 
	background-color: #f9d89c61;
}

div#epikairothta a.num_2{ 
	background-color: #f5a7a78c;
}

div#epikairothta a.num_3{ 
	background-color: #82c4c36b;
}

hr.solid {
    margin-top: 45px;
    margin-bottom: 30px!important;
}

.top-term-icons {
	margin-top: 2px;
	padding: 12px 10px;
}


.custom-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.custom-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.close-modal {
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	color: #ff0000b5;
	font-size: 20px;
}