
#dnn_ctr2712_List_dtlTables{
	display: flex;
  	flex-flow: row wrap;
}
.tablenames {
 	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	border: solid 1px #ddd;
	background: #f8f9fb;
	margin: 10px;
	padding: 10px;
    width:200px
}
.tablenames a {
	display: block;
    text-align: center;
}
.tablenames img {
	display:inline-block;
    width: 100px;
    margin: 0 30px;
}

.tablenames:first-child{
    display: block;
    margin-bottom: 50px;
    background: #73add7;
}

.tablenames:first-child a{
    color: white;
}

.DnnModule-DGDataExplorer .panel-title
{
    text-transform: uppercase;
    color: #fff !important;
}
.DnnModule-DGDataExplorer .panel-title a
{
	font-size: 16px
}
.DnnModule-DGDataExplorer .panel-default>.panel-heading {
    background-color: #aaa !important;
}

.DnnModule-DGDataExplorer .panel-default>.panel-heading .panel-title a {
    color: #fff !important;
    font-weight: normal;
}

.DnnModule-DGDataExplorer h4.h4{
    color: #333 !important;
    font-weight: bold;
    border-bottom: 1px solid black;
}

