body { 
	font: 14px/1.4 Georgia, Serif;
	align:center;
	padding: 20px;
}
#page-wrap {
	margin: 50px;
}

h1	{
color: #eeeeec;
font-family: arial, sans-serif;
font-size: 32px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
background: #333; 
}

p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
	 	align:center;
		border-collapse: collapse;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 2px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	
	input[type=button] {
    border-radius: 5px;
    border: 5px;
    width: 150px;
    height:25px;
    font-family: Tahoma;
    background-color: #ccc;
}

#add_miqaat {
	margin-bottom: 10px;
}

#update_miqaat {
	margin-top: 10px;
}

#table_hide table {
	width: 100%;
}

.delete {
	background-image: url("./style/iconfinder_trash-delete-remove_2931168.png");
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.edit {
	background-image: url("./style/iconfinder_edit-change-pencil_2931178.png");
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.no_click {
	pointer-events: none;
	opacity: 0.3;
}

.view {
	background-image: url("./style/view-icon.png");
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
}