/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.mt-comments .mt-comment {
    padding: 0px;
    margin: 10px 0 10px;
    border-top: 1px solid #e5e5e5;
}
.mt-comments .mt-comment .mt-comment-img {
    width: 40px;
    float: left;
}

.mt-comments .mt-comment .mt-comment-body {
    padding-left: 0px;
    position: relative;
    overflow: hidden;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
    display: inline-block;
    /*float: left;*/
    margin: 0 0 10px;
    color: #060606;
    font-weight: 600;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
    margin: 10px 0 0;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
    color: #5A5A5A;
    text-align: left;
    float: left
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    display: inline-block;
    float: right;
    margin: 0;
    color: #BABABA;
}