.portal-wrapper {
display : inline-block;
margin : 0;
}

.portal-wrapper .col-md-8 {
    width: 70%;
	padding-right: 0px;
}

.portal-wrapper .panel {
    padding-bottom: 20px;
}

.portal-wrapper .thead {
    text-align: center;
}

.portal-wrapper .form-control {
    width: 90%;
}

.thead-dark-portal {
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
    padding: 7px 0px 7px 7px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	border-top: 2px solid #547a76;
}

.thead-dark-portal strong {
    font-weight: 100;
    font-size: 15px;
    float: left;
    margin: 5px 0 5px 5px;
}

.thead-dark-portal a:link, .thead-dark-portal a:visited {
	text-decoration: none;
}

.portal_date:hover {
	box-shadow: inset 0px 0px 1px 2px rgba(34, 45, 58, 1);
	cursor: pointer;
}
}

.panel-title {
    line-height: 30px;
    margin-bottom: 0 !important;
}

.portal_date {
    font-size: 13px;
    background: transparent !important;
    padding: 9px 10px;
}

.avatarHolder {
    float: right;
    margin-left: 20px;
    margin-top: -7px;
}

.avatarHolder img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.postedBy {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 13px;
}

.sectionFooter1 {
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 3px 10px 0px 2px;
    border-top: 0px;
    margin-top: 10px;
}

.sectionFooter1 span a {
    border-radius: 2px;
    padding: 3px 2px;
    border-radius: .25em;
}

.sectionFooter1 span a i {
  padding: 2px 5px;
}

.sectionFooter1 .continue {
    padding: 2px;
    float: right;
    margin-bottom: 5px;
}

.sectionFooter1 .continue a {
    font-size: 13px;
    transition: all linear 0.3s;
    border-radius: 0px;
}

.continue-side {
    text-align: center;
}


		
		
		
		
		
		
		