@charset "UTF-8";
th{
 cursor: Pointer; 
}
p {
	margin: 0;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#albumOptions,
#sortOptions,
#bsize {
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 }
option {
 font-size: 16px;
 font-style: normal;
 font-weight: normal;
 width: 180px;
 }
.album_kachel,
.dir_kachel {
 background-color: #f7f7f7;
 color: #8b4513;
 padding: 4px;
 margin: 10px;
 border-radius: 8px;
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
 float: left;
 font-size: 0.7em;
 text-align: center;
 overflow: hidden;
 }
.album_kachel p,
.dir_kachel p{
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	text-overflow:ellipsis;
	white-space: nowrap;
 }
.album_kachel_img {
 padding: 0;
 margin: 5px;
 display: block;
 cursor: Pointer; 
 border-radius: 5px; 
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
 }
