/* default.css */
@font-face {
	font-family: IRANSans;
	src: url("//zbcdn.cloud/resource/fonts/IRANSansWeb_Medium.eot?#") format("eot"), url("//zbcdn.cloud/resource/fonts/IRANSansWeb_Medium.woff") format("woff"), url("//zbcdn.cloud/resource/fonts/IRANSansWeb_Medium.ttf") format("truetype");
}
body {
	direction: rtl;
	font-family: IRANSans;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
a {
	color: #0067a2;
	text-decoration: none;
}
a:hover {
	color: #9E1700;
	text-decoration: none;
}
h1 {
	font-family: IRANSans;
	font-size: 20px;
	text-align: center;
}
h3 {
	font-family: IRANSans;
	font-size: 16px;
	text-align: center;
}
.image-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin: 0 auto;
    grid-gap: 10px;
    padding: 0 10px;
}
.header {
    font-family: IRANSans;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
}
.artist {
	margin-bottom: 10px;
	color: #3e6b8b;
	font-size: 9px;
	font-weight: normal;
}
.showtimes {
	line-height: 20px;
	padding: 10px;
	border: 1px solid #699DAF;
	background-color: #E5F6FC;
	position: fixed;
	z-index: 10;
	text-align: right;
	top: 0;
}
.edit-event {
	display: none;
	margin-top: 3px;
}
.cell:hover .edit-event {
	display: inline;
}
.desc {
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}
.cell.empty {
	/*background-image: url(empty.jpg);*/
	background-position: 18px 29px;
	background-repeat: no-repeat;
	background-size: 65%;
}
.clear {
	clear: both;
}
.jimage{
	width: 100%;
    border-radius: 10px;
}