/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) {
    /* your mobile css, change this as you please */
	
	.bigTD
	{
		height:30px;	
	}
    .BGXS {
        background-color: #211C1C;
		height:2em;
        clear: both;
        text-align: center;
    }
	a.BGXS:link
	{
		color:#FFFFFF;
		font-family:"Franklin Gothic Bold", "Arial", sans-serif;
	}
	.btn-responsive {
		/*padding:7px 7px;*/
		padding:0px;
	}
	.txtgeral_responsivo 
	{
		font-family:"Franklin Gothic Bold", "Arial", sans-serif;
		font-size: 12px;
	}
	.btsFull
	{
		width:100%;
		margin-bottom:10px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 768px) {
    /* your desktop css */
	.bigTD
	{
		height:40px;	
	}

    .BGXS {
		background-color:transparent;
		clear: both;
        text-align: left;
    }
	
	a.BGXS:link
	{
		color:#535152;
		font-family:"Franklin Gothic Bold", "Arial", sans-serif;
	}
	.txtgeral_responsivo 
	{
		font-size: 14px;
	}
}