@CHARSET "ISO-8859-1";

.fontsizesmaller {font-size:x-small;}
.fontsizesmall {font-size:small;}
.fontsizebigger {font-size:medium	;}


#thumb:hover {
	background: #FCFCFC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC',
		endColorstr='#e7e7e7' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC),
		to(#e7e7e7) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FCFCFC, #e7e7e7);
	/* for firefox 3.6+ */
	-moz-box-shadow: 0 0 8px #69B00B;
	-webkit-box-shadow: 0 0 8px #69B00B;
	box-shadow: 0 0 8px #69B00B;
	border-color: #009B00;
}

#map {
  height: 300px;
  border: 1px solid #000;
}



/*
 http://nationbuilder.com/how_to_fix_the_facebook_likebox_width
 http://stackoverflow.com/questions/17123540/facebook-fblikebox-width-went-wrong 
*/
.fb-like-box span, .fb-like-box iframe {
    width: 180px !important;
}


 .fb-share-button
{
transform: scale(2.5);
-ms-transform: scale(2.5);
-webkit-transform: scale(2.5);
-o-transform: scale(2.5);
-moz-transform: scale(2.5);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}

/*
For bootstrap
*/
table td {
    border-top: none;
}
table tr {
    border-top: none;
}
tbody {
	border: none!important;
}
tbody tr, tbody tr td, thead tr th {
	border: none!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border: none!important;
}