body {
    background: #FAFAFA;
}

a.mdi-list-title{
	color: rgba(0,0,0,0.87);
    font-size: 24px;
    line-height: 2em;	
    display: block;
    padding-left: 1em;
}

a.mdi-list-title:hover{
	background: #DEDCDC;
}

.mdi-intro{
    min-height: 400px;
}

.mdi-link{
	font-size:20px;
}

.mdi-whiteframe {
    margin: 10px;
    background-color: rgb(255, 255, 255);
    border-bottom-color:rgba(0, 0, 0, 0.870588);
	border-left-color:rgba(0, 0, 0, 0.870588);
	border-right-color:rgba(0, 0, 0, 0.870588);
	border-top-color:rgba(0, 0, 0, 0.870588);
	align-content:center;
	border-bottom-color:rgba(0, 0, 0, 0.870588);
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-bottom-style:none;
	border-bottom-width:0px;
	border-collapse:separate;
	border-image-outset:0px;
	border-image-repeat:stretch;
	border-image-slice:100%;
	border-image-source:none;
	border-image-width:1;
	border-left-color:rgba(0, 0, 0, 0.870588);
	border-left-style:none;
	border-left-width:0px;
	border-right-color:rgba(0, 0, 0, 0.870588);
	border-right-style:none;
	border-right-width:0px;
	border-top-color:rgba(0, 0, 0, 0.870588);
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-top-style:none;
	border-top-width:0px;
	bottom:auto;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
	box-sizing:border-box;
	break-after:auto;
	break-before:auto;
	break-inside:auto;
	buffered-rendering:auto;
	caption-side:top;
	clear:none;
	clip:auto;
	clip-path:none;
	overflow: auto;
}

.mdi-layoutpadding>* {
	padding:1em;
}

.mdi-nooverflow {
	overflow: initial;
}
.mdi-whiteframe .title.page-header {
    margin-top: 0;
    margin-bottom: 1.5em;
	border-bottom: 0;
	font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(0,0,0,0.87);
}

.mdi-whiteframe  table.dataTable{
    width: 100%;
}
.mdi-whiteframe .list-group .list-group-item{
	border:none;
}

.mdi-whiteframe .faq {
    border-left: none;
    /* border-radius: 0; */
}

@media only screen and (max-width: 800px)
{
	.container {
		padding-right: 0;
	    padding-left: 0;
    }
 	.mdi-whiteframe {
		margin-left: 10px;
		margin-right: 10px;
    }   
    
}

.page-header {
    border-bottom: 0;
	font-size: 20px;
}
