/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #646464;
    background-color: #ededed;
	margin-bottom: 10px;
	width: 548px;
	height: 50px;
	
}

/* Style the links inside the tab */
.tab a {
	width: 137px;
    float: left;
    display: block;
    color: #646464;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
	line-height: 3.3em;
}

/* Change background color of links on hover */
.tab a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab a:focus, .active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
}