@charset "utf-8";
/* CSS Document */

.notification .page-content{
	background:#FFF;
}
.notification .top-row{
	background:#eee;
}
.notification .top-row .col-lg-4{
	border-right:1px dotted #939393;
}
.notification .top-row h5{
	margin-bottom:20px;
}
.notification .details{
	background:#F7F7F7;
	width:33%;
	min-width:200px;
}
.notification tbody:not(:last-child){
	margin:0px;
	border-bottom:1px dotted #ddd;
}
.notification table tr:first-child th{
	padding-top:25px;
}
.notification table hr{
	margin:0px !important;
	padding:0px !important;
}
.notification table .radio,
.notification table .checkbox{
	margin-top:0px;
	margin-bottom:0px;
}
.notification .details{
	text-align:left;
}
.notification th.details,
.notification td.details {
	padding-left:25px;
	padding-right:15px;
}
.notification .details .input-group-sm,
.notification .details .form-group-sm{
	margin-bottom:5px;
}