/*
Theme Name: ThinkTutorial
Description: Learn. Thrive. ThinkTutorial.com
Version: 1.3
Author: PrestanceGroup
Author URI: http://prestancegroup.com
*/

@import url(css/core.css);

.tutorial_data img {
    max-width: 730px; /* Adjust this value according to your content area size*/
    height: auto;
}

pre {
	font-size: 12px;
	padding: 0;
	margin: 20px;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	line-height: 20px;
	width: 600px;
	overflow: auto;
	overflow-Y:hidden;
}


