	
	*{
		font-family: 'roboto';
	}
	
	body{
		overflow-x: hidden;
	}
	
	#content[classroom="puan-hesaplama"] {
		background: url(../ortaokul/bireysel-satis/images/puan-hesaplama-bg.png) center center no-repeat;
		background-size: cover;
		opacity: 1;
		min-height: 500px;
	}
	
	#select-classroom-container{
		text-align: center;
		font-size: 34px;
		text-align: center;
		font-weight: 800;
		color: #000;
		line-height: 1;
		margin: 20px 0px;
	}
	
	#sub-header{
		font-style: italic;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
		color: #000;
		line-height: 1.3;
		margin: 0px 0px 40px 0px;
	}
	
	.truncate {
	  text-overflow: ellipsis;
	  overflow: hidden;
	  white-space: nowrap;
	}
	
	.puan-hesaplama-table-rows{
		background-color: #fff;
		border-radius: 25px;
		box-shadow: 0px 3px 6px #00000036;
		margin-bottom: 15px;
	}
	
	.row-header{
		color: #606060;
		text-align: center;
		font-size: 16px;
		padding: 20px 0px;
		font-weight: 800;
		line-height: 1;
	}
	
	.puan-hesaplama-inputs{
		color: #606060;
		text-align: center;
		font-size: 25px;
		padding: 10px 0px;
		max-width: 100%;
		border: none;
	}
	
	.with-border-left{
		border-left: 1px solid #59595980;
	}
	
	.with-border-right{
		border-right: 1px solid #59595980;
	}
	
	.with-dummy-text{
		color: #606060;
		text-align: center;
		font-size: 25px;
		padding: 10px 0px;
		max-width: 100%;
	}
	
	.orange-row-header{
		background-color: #FF8800;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		color: #fff;
		font-size: 16px;
		font-weight: 800;
		text-align: center;
		padding: 10px;
		position: relative;
	}
	
	.orange-row-header:after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #ff8800 transparent transparent transparent;
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		z-index: 99;
	}
	
	.red-row-header{
		background-color: #eb0241;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		color: #fff;
		font-size: 16px;
		font-weight: 800;
		text-align: center;
		padding: 10px;
		position: relative;
	}
	
	.red-row-header:after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #eb0241 transparent transparent transparent;
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		z-index: 99;
	}
	
	.no-padding{
		padding: 0px;
	}
	
	.orange-table-header{
    	background-color: #ff8800;
    	border-top-left-radius: 25px;
    	border-bottom-left-radius: 25px;
	}
	
	.orange-table-header .row-header{
		color: #fff;
	}
	
	.puan-hesaplama-buttons{
		border-radius: 10px;
		text-align: center;
		cursor: pointer;
		padding: 15px 50px;
		color: #fff;
		display: inline-block;
		margin: 0px 20px;
		font-size: 20px;
		background-color: #ff8800;
	}
	
	.text-center{
		text-align: center;
	}
	
	.calculate-button{
		background-color: #eb0241;
	}
	
	#buttons-section{
		margin: 40px 0px;
	}
	
	@media all and (max-width: 991px){
		.orange-row-header{
			font-size: 10px;	
			line-height: 1.2;
		}
		
		.margin-top-on-mobile{
			margin-top: 15px;
		}
	}
	
	@media all and (max-width: 480px){
		.puan-hesaplama-buttons {
		    padding: 15px 30px;
		    margin: 0px 10px;
		    font-size: 16px;
		}
		
		.with-dummy-text{
			font-size: 15px;
		    padding: 16px 0px;
		}
		
		.puan-hesaplama-inputs{
			font-size: 15px;
		    padding: 16px 0px;
		}
		
		.no-padding-on-mobile{
			padding-left: 0px;
			padding-right: 0px;
		}
		
		.orange-row-header{
			font-size: 12px;	
			line-height: 1.2;
		}
	}
	
	p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.disclaimer{
		font-size: 14px;
		font-style: italic;
		text-align: center;
	}
	
	p a{
		color: #555 !important;
		border-bottom: 1px solid #555;
	}
	
	h2, h3, h4{
		margin: 20px 0px 10px 0px;
	    line-height: 1.2;
	}
	
	h4 {
	    font-size: 22px;
	    font-weight: 400;
	}
	
	ul{
		padding-left: 40px;
	}
	
	li{
		font-size: 16px;
	}
	
	#seo-section{
		margin: 20px 0px;
	}
	
	#reload-link{
		color: #000 !important;
	}
	