.tc-preview {
	color: rgb(20, 23, 26);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	box-shadow: 0px 15px 35px rgba(50, 50, 93, 0.1);
    position: relative;
    padding: 12px 12px 12px 54px;
	margin:16px 16px 48px 16px;
    text-align: left;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.tc-preview .u-pullLeft {
    float: left !important
}

.tc-preview .u-pullRight {
    float: right !important
}

.tc-preview .tc-author {
    position: relative;
    margin-right: 75px;
    margin-bottom: 10px
}

.tc-preview .tc-author-name {
    margin-right: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.tc-preview .tc-author-handle {
    padding: 0;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 12px;
    color: #999
}

.tc-preview .tc-author-avatar {
    position: absolute;
    top: 3px;
    left: -42px;
    width: 32px;
    border-radius: 4px
}
.tc-preview p {
	margin:0 0 10px 0;
}
.tc-preview .tc-summary {
    display: table;
    width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

.tc-preview .summary-content {
    vertical-align: top;
	border:1px solid rgba(136, 153, 166, 0.498039);
	background-color:rgb(245, 248, 250);
	border-radius: 4px;
	overflow: hidden;
}
.tc-preview .cardText {
	margin-left: 125px;
	padding-top:10px;
}
.tc-preview .cardImg {
	width:125px;
	height: 125px;
	display: block;
	float:left;
	background-position: center;
	background-size: cover;
	border-right: 1px solid rgba(136, 153, 166, 0.498039);
}

.tc-preview .tc-text {
    width: 100%;
    max-height: 300px;
    display: block
}

.tc-preview .tc-domain,
.tc-preview .tc-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tc-preview .tc-title {
	color:#000;
    font-size: 14px;
	font-weight: bold;
	line-height: 18.2px;
	margin-bottom: 2px;
	padding-top:10px;
}

.tc-preview .tc-domain {
    text-transform: lowercase;
    color: #8899A6
}

.tc-preview .tc-desc,
.tc-preview .tc-domain,
.tc-preview .tc-title {
    padding: 0 10px;
	margin:0;
}

.tc-preview .tc-desc {
	color:#000;
	font-size: 14px;
	line-height: 18.2px;
	margin:2px 0;
	display: inline-block;
}

.tc-preview .tc-container {
    cursor: pointer;
    outline-offset: -1px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    border-radius: .42857em;
    border: 1px solid #E1E8ED;
    box-sizing: border-box;
    color: inherit !important;
    overflow: hidden;
    padding-bottom: 10px;
}
