﻿table {
	width: 100%;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;
	border-collapse: collapse;
}
th {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
}
td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.td_title {
	text-align: left;
	width: 100%;
}
.td_cnt {
	border-style: none;
	text-align: left;
	width: 100%;
}
.hidden {
	display: none;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.left {
	float: left;
}
.right {
	float: right;
}
.modal {
	position: fixed; /* Stay in place */;
	z-index: 1; /* Sit on top */;
	left: 0;
	top: 0;
	width: 100%; /* Full width */;
	height: 100%; /* Full height */;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */;
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
	background-color: #fefefe;
	padding: 5px;
	border: 1px solid;
	display: inline-block;
}
.cbx_serie {
}
.cbx_film {
}
.dat_film {
}