Шаблон:Box/styles.css

.ts-Box {
}

.ts-Box-header {
	font-size: 220%;
	color: #54595d;
}

.ts-Box-subheader {
	padding: .5em 0;
	font-size: 120%;
	color: #54595d;
}

.ts-Box-tools {
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
}

.ts-Box-newtopic {
	margin-bottom: 2em;
}

@media (min-width: 720px) {
	.ts-Box-tools {
		float: right;
		margin-left: 2em;
	}
}

@media (max-width: 719px) {
	.ts-Box-header {
		font-size: 140%;
	}
	
	.ts-Box-tools {
		margin-bottom: 1.6em;
	}
	
	.ts-Box-search .searchbox .searchboxInput {
		width: 100%;
	}
}