h1,h2,h3,h4,h5,h6,p,th,tr ,.navbar,li{
			
			font-family:"droid arabic kufi"
			
		}
		
		
		img.icons {
			
			border-color:lightgrey;
			border-width:2px;
			border-style:solid;
			box-shadow: 0 1px 2px rgba(0,0,0,0.175);
			
			}
			
		.btn {
		 border-radius: 0px;
		 font-family:droid arabic kufi;
		}
		.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
                color: #337AB7;
                background-color: white;
				
				
            }
			
			.navbar-default .navbar-nav > li > a {
				color: #FFF;
				font-family:droid arabic kufi;
				
				}
				
            table, td, th {   
            	vertical-align: middle; 
                border-bottom solid #ddd;
            	text-align: center;
            	vertical-align: middle;
            	font-family:"droid arabic kufi";
            	font-size:120%;
            }
            
           
            
            
            .nav{
            background-color:#337AB7;
            }
            .navbar{
            background-color:#337AB7;
            }
            .nav-brand {
            
            color:white;
            font-size:20px;
            
            }
			
			.navtext {
            	font:bold 110% 'DROID ARABIC KUFI',ABEL;text-align:center;COLOR:BLACK;
            	}
				
		body {
		padding-top:0px;		
				
		}
		
		
		img.Player {
			background-repeat: no-repeat;
			background-attachment: scroll;
			background-position: center center;
			background-color:grey;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			background-size: cover;
			-o-background-size: cover;
			text-align: center;
			color: #fff;
			border-radius: 10px;
			border-color: #665d29;
			padding: 10px;
			box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
			margin-bottom: 10px;
			width: 80%;
}
		
		.buttons-box {
		padding:10px;
		 transition: background-color 0.7s ease;
		}
		.buttons-box:hover{
		background-color: rgba(57, 57, 57, 0.15);
		}
		.buttons-box>img {
		width:70px;
		}
		.active-type {
		
		border-right-width:7px;
		border-right-style:solid;
		border-right-color:gold;
		
		}