@charset "utf-8";
@import url("../webfonts/B_NAZANIN/stylesheet.css");
body{
    background-color:#9C4803;
    font-family: "B NAZANIN", serif, abril-fatface;
}
.container{
    background-color: #FFF9E8;
    margin-top: 20px;
	margin-bottom: 20px;
    border: solid #030201 5px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px #6a097d;
    box-shadow: 3px 3px 10px #B77AA3;
}

.divcolmd{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #FCE294;
}
.colmddiv8{
    display: inline-block;
    font-size: large;
}
.col-md-2 input{
    border: solid black 1px;

}
.col-md-4 input{
    border: solid black 1px;

}
.mydiv{
	margin-right: 20px;
}
h3{
	color:black;
}
#mydivtable{
    padding-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #FDF2D1;
}
#divtable{
   
	display: none;
} 

#mycolname{
	margin-left: 20px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	display: none;
   	font-size: 20px;

}
#mycolgrade{
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	display: none;


}

#myerrbox{
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	padding-top: 25px;
	height: 188px;
    background-color: #FC7000;
	display: none;
	border: solid #030201 3px;
	border-radius: 10px;
}
#tdiv{
	text-align: center;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FCEBBA;
    display: none;
	border: solid #030201 3px;
	-webkit-box-shadow: 5px 5px 10px #6a097d;
    box-shadow: 3px 3px 10px #B77AA3;
	border-radius: 10px;
	padding-top: 30px;
	font-size: 18px;

}
table{
	font-size: 18px;
	text-align: center;
	 
}
@media screen and (max-width: 350px){
	#mycolgrade{
		font-size: 15px;
	}
	#mycolname{
		font-size: 15px;
	}
}
