/*#label_table .table_label_tamplates {
margin-top: 25px;
border: 1px solid #666;
}
#label_table .table_label_tamplates tr td{
text-align: center;
}
#label_table .table_label_tamplates tr{
	height: 30px;
	background: #FFF;
}
#label_table .table_label_tamplates tr.odd td{
	background: #eee;
}
#label_table .table_label_tamplates th{
	background: #FFF;
}
#label_table .table_label_tamplates th.cell_head{
	background: #666;
	font-size: 12pt;
	color: #FFF;
	border: 0;
	text-align: center;
}
#label_table .table_label_tamplates td{
}
*/
#label_table p{
	padding-left:55px;
}
.sortable {
border: 1px solid #666;
}
.sortable td {
height: 30px;
}
.sortable th a{
color: #FFF;
}
.sortable th a:hover{
color: #8cc63f;
}
.sortable th {
background-color: #666;
font-size: 12pt;
color: #FFF;
border: 0;
text-align: center;
}
.odd {
 background-color: #eee;
}
.even {
 background-color: #fff;
}

/* INTERNATIONAL */
#europe{
	margin-left: 220px;
	margin-top: 50px;
}

#example2 {
display: table;
border-spacing: 10px;
}

.row {
display: table-row;
}

.box {
display: table-cell;
border: 1px #000 solid;
width: 150px;
text-align: center;
}
a .box {
background: yellow;
padding: 0;
}
a:hover .box {
	background: blue;
}
/* END */

