/******************** GENERAL **********************/

.snippet {
	background: linear-gradient(to bottom, #eeeeee, #cccccc);
	border-radius: 5px;
	color: #000000;
	cursor: default;
	display: table;
	position: relative;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	border-spacing: 0;										/* Reset value when used in admin news preview */
}

.snippet .header{
	font-family: TankTrouble;
	padding: 3px 0px 5px 0px;
}

.snippet .content{
    margin: 3px 3px 3px 3px;
}

/******************** INDIVIDUAL SNIPPETS **********************/

#scrapyardSnippet {
	background: #000000;
	color: #ffffff;
	box-sizing: border-box;
	padding: 2px;
}

#scrapyardSnippet .content {
	height: 22px;
	margin-top: 0px;
	margin-right: 4px;
}

#statisticsSnippet {
	background: #eeeeee;
	border-color: #cccccc;
	display: none;
}

#statisticsSnippet .positive {
    color: #7cfc00;
}

#statisticsSnippet .negative {
    color: #ff0000;
}

#wallOfFameSnippet {
	background: #000000;
	cursor: pointer;
	box-sizing: border-box;
	padding: 4px;
}

#wallOfFameSnippet img {
    width: 100%; /* Makes the image the right height in IE */
}

#messagesSnippet {
	cursor: pointer;
}

#messagesSnippet .marker {
	display: none;
	position: absolute;
	left: -16px;
	top: -10px;
}
