/*
 Theme Name:   Dhaksh
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.odc_table 
{
	box-shadow: 5px 5px 10px gray
}
.odc_table tr:nth-child(1){
	background:#6bc3e5;
}

.odc_btn
{
	background:orange;
	float:right;
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	border-radius:4px;
}

/*Custom css*/
.home ul
{
	margin:0px !important;
}
.entry-title a
{
	color:#000 !important;
} 
.odc li
{
	list-style:none;
	border-bottom:1px solid #000;
	padding:3px;
}
.odc
{
	border:1px solid #000;
	border-radius:3px;
}
.odc h2
{
	background: #2096F3;
	padding:3px;
	border-radius:3px;
	color: #fff;
}
.odc_table thead
{
	background:#CCCCCC;
}
.odisc_div_50 li
{
	list-style:none !important;
	padding:4px;
}	
.odisc_div_33 h3,.upc_div_50 h3
{
	border-bottom:3px solid #4B98FA;
	padding:10px;
}
.odisc_li
{
	border:1px solid #ccc;
	display:inline-block;
}
.odisc_li li
{
	float:left;
	width:50%;
}
.site-header
{
	z-index:9;
} 
.onlymobile
{
	display:none;
}
.onlymobile
{
	display:none;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.odisc_div_50 li
	{
		width:100%;
	}
	.odisc_div_33 li
	{
		width:49%;
	}
.qualification a
{
	
	background:#000;
	color:#fff;
	padding:5px;
	display:inline-block;
	border-radius:3px;
 	min-width:100px;
	float:right;
}
.qualification tr:nth-child(1),.upc_li h2
{
	background:#ccc;
	padding:5px;
}
.btn
{
	background:#000;
	color:#fff;
	padding:5px 10px;
	border-radius:3px;
	display:block;
	min-width:100px;
}
}