<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**	TAB	**/
.item-footer .nav-tabs{
	border-bottom: 1px solid #f6f6f6;
    background-color: #f6f6f6;
	
}
.item-footer .nav-tabs&gt;li&gt;a, .item-footer .nav-tabs&gt;li.active&gt;a{
    margin: 0;
    border: none;
	color:#666;
}

.item-footer .nav-tabs&gt;li.active&gt;a{
	background-color:#fff;
	color:#D35400!important;
}


#social-btns {
    padding-top: 5px!important;
	max-width: 350px;
    max-height: 40px;
}

/**	ITEM RELATIVE */



/**	KEYWORD */

@media (max-width: 767px) {
	.item-footer .nav-tabs &gt; li {
		width: 50%;
	}
	.item-footer .nav-tabs&gt;li&gt;a {
		font-size:22px;
		font-size: 18px;
		text-align: center;
	}
}</pre></body></html>