/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7-May-2017, 12:47:18 PM
    Author     : John
*/

.country_thumbnail {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.6;
	max-width: 150px;
	max-height: 80px;
}

.type_thumbnail {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.6;
	max-width: 150px;
	max-height: 40px;
}

.drawing_thumbnail {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.6;
	max-width: 150px;
	max-height: 70px;
}

.tilecard {
	display: inline-block;
    border: 1px solid #ddd; 
	border-radius: 4px;
    padding: 10px;
    margin: 5px;
	vertical-align: bottom;
	width: 195px;
}

.drawing {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
}	

