
.table { background:#fff;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #d5d5d5;    line-height: 1.49;
    padding: 9px;
    vertical-align: middle;
}

a i.fa {
    color: #3498db;
    padding: 0 5px;
    text-decoration: none;
}

#main::before {
    background: none repeat scroll 0 0 #fff;
}

.form-control {
    height: 34px;
    padding: 4px 12px;
}

.valdn {clear:both; color:#F00; font-size:12px;}


.admin-form, .admin-form * {
    cursor: pointer;
}

.modal-dialog {
    margin: 30px auto;
    width: 901px;
}

@media screen and (max-width: 980px) {
	.modal-dialog {
		width: 650px;
	}
}

.contentHolder { position:relative; margin:0px auto; padding:0px; right:0px; width:100%; height: 300px; overflow: hidden; }

hr {
    margin: 20px 0;
}

.table { color:#333;}