/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body, input, select, textarea {
		font-size: 11pt;
	}

    .image.fit{
        text-align: center;
    }

    .image.fit img{
        max-width: 600px;
        display: inline-block;
    }

    .wrapper.style2{
        max-width: 1024px;
        border-left: #333;
        border-right: #333;
        margin: 1em auto;
        border: #00a000 1px solid;
    }

    
