.tfTemplate
{
	width : 90%;
  	min-height:12em;

	background-color:#EEEEEE;
    font-family: tf2build,Verdana,sans-serif;
    display:inline-block;

    border: 2px solid #888888;
    /*border-radius: 1em 2em 1em 2em;*/
    border-radius: 1em;
    padding: 3%;
    margin: 2%;
    text-align: left;
}

.templateHeader
{
	font-size: 3em;
}

.templateInput{
    font-family: tf2build,Verdana,sans-serif;
	/*font-size: 1em;*/
}

.templateButton{
    font-family: tf2build,Verdana,sans-serif;
}

.templateList
{
	width: 30em;
}

.templateOption
{
	height:2em;
	width:2em;
	margin-right:1em;
    background-size: 2em 2em;
	background-repeat: no-repeat;
	display:inline-block;

    border: 0px solid #888888;
    border-radius: 5px;
}

.templateText
{
	width: 30em;
}

.templateBotHandler
{
	display:none;
	/*display:inline-block;*/
}

.choiceTemplateListFilter{
	font-size:2em;
}