.tmu-row:before,
.tmu-row:after {
	display: block;
	content: '';
}

.tmu-col {
	float: left;
}

.tmu-col-8 {
	width: 65%;
	max-width: 65%;
}

.tmu-col-4 {
	width: 35%;
	max-width: 35%;
}

.tmu-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.tmu-box {
	background: #FFF;
	border: 1px solid #eee;
	padding: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	margin-bottom: 30px;
}

.tmu-logo {
	width: 128px;
	height: 128px;
	background: url("../images/icon.jpg") center center no-repeat;
	display: block;
	margin: 0 auto;
}

.tmu-logo:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#tmu_dashboard_widget .tips-news-footer {
	margin-left: -13px;
	margin-right: -13px;
	padding: 13px;
	margin-top: 30px;
	border-top: 1px solid #eee;
	margin-bottom: -13px;
}

.tmu-title-box {
	background: #e6e6e6;
	padding: 15px;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}

.tmu-box .tips-news-footer {
	border-top: 1px solid #eee;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: -15px;
}

.tmu-box a {
	text-decoration: none;
}

.tmu-box ul {
	list-style: square;
	margin-left: 1.8em;
}

.tmu-rss-widget a.rsswidget {
	font-weight: normal;
}

.tmu-rss-widget ul {
	list-style: square;
	margin-left: 19px;
}