/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.TypewriterTextTest
{
	width: 100%;
	height: 100%;
	padding: 100px 40px;
	flow-children: right;
}

.TestContainer
{
	width: 300px;
	height: 100%;
	border: 1px solid red;
	margin: 100px;
}

.TestContainer.Test2
{
	width: 350px;
}

.TestContainer.Test3
{
	width: 400px;
}

.TestContainer.Test4
{
	width: 450px;
}

.TypewriterTest
{
	border: 1px solid green;
}

