/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

 
a,
a:hover {
	text-decoration:none;
	color:#000;
}
ul,
ol {
	list-style:none;
}
.wrapper {
	 
	 
}
.main {
	width:100%;
	 
}
.main-desc {
	font-size:16px;
	margin:0 0 50px 0;
}

/*------------------------------------*\
	Simple HTML5 data-tabs
\*------------------------------------*/

.tab {
	font-size: 1.2em;
    float:left;
   display:block;
    padding:10px 20px;
    text-decoration:none;
    border-radius:10px 10px 0 0;
    background: #f5a89f;
    color:#000;
   
    margin-right: 5px;
}
.tab.active,
.tab:hover {
	background: #5C5FE0;
	color:#fff;
	
}
.content {
    display:none;
    clear:both;
    background:#FFF;
    padding:20px;
}
.content.active {
    display:block;
    height: 500px;
    border: 1px solid #ec523f;
}