.tabs-underline{
    clear: both;
}

/* The tabs */

.tabs-underline dl{
    list-style: none;
    text-align: left;

    margin: 0;
    padding: 0;
}

.tabs-underline dl dd{
    display: inline-block;
}

.tabs-underline dl dd a{
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    color: #555;
    font-size: 20px;
	padding: 0 20px;
    text-align: center;
}

.tabs-underline dl dd a.tab-active {
    color: #fff;
	background:#59bc2b;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder>div{
    display: none;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-underline .tabs-content-placeholder div img{
    max-width: 100%;
}

@media (max-width: 500px) {
	.tabs-underline dl dd{ width:50%;}
	.tabs-underline dl dd a{ width:100%; padding:0; font-size:16px;}

    .tabs-underline ul li a{
        font-size: 12px;
    }

}

