﻿@font-face {
	font-family: 'BebasNeue';
	src: url('BebasNeue.eot');
	src: local('BebasNeue'), 
	url('BebasNeue.woff') format('woff'), 
	url('BebasNeue.ttf') format('truetype');
}
div.tab button {
	font-family: BebasNeue;
 	background-color: transparent; 
   	border: 0px solid; 
    outline: none;
    cursor: pointer;
    display: block;
    float: right;
    color: #e7a10a;
    text-align: center;    
    padding-left: 7px;
    text-decoration: none;
    font-size: 36px;
    font-weight: normal;
}
div.tab button:hover {
    color: #12a91d;
}
div.tab button.active {
    color: #12a91d;
}
tabcontent {
    display: none;
    padding: 0px 0px;   
}
#tabOffset {
    float: right;
}
