/* Enter Your Custom CSS Here */

.kl-blog-post-author{
	display:none !important;
}
td, th {
    padding: 0 15px;
    width: 6%;
}
.profile-sub-info {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 4px #ccc;
    display: inline-block;
    float: left;
    margin-right: 15px;
  margin-bottom: 5px;
    padding: 10px;
}
.profile-sub-info h3{
  font-size: 18px;
}
.aamra-table {
    margin-bottom: 20px;
    width: 70%;
    margin: 20px auto;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color:#D2F1FC;
}
.itemIntroText p {
    text-align: justify;
}

.ix-member{
    background: #E30613;
    padding: 10px 15px;
    margin-top: 20px;
    float: left;
    color: #fff;
}
.ix-member:hover{

    color: #fff !important;
}

.mlab-modal-footer button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: red;
    color: #fff !important;
		font-size: 20px !important;
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 5px !important;
}

.mlab-modal-footer {
    padding: 0 20px 20px !important;
    margin-top: 0 !important;
    text-align: center !important;
    border-top: 1px solid #fff !important;
}
.mlab-modal-body {
    padding: 0 !important;
}

@media (min-width: 768px){
	.profile-main-info{
		float: left;
		width: 74%;
	}
.mlab-modal-dialog {
    width: 600px;
    margin: 110px auto !important;
}
	}