﻿h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

span.tag {
	line-height: 1;
}

a {
	font-weight: bolder;
}

h1:hover {
	cursor: pointer;
	color: #6460ab;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

h3 {
	padding: 8px 10px;
	background: #12171b;
	font-size: 12px;
	margin: 0.4em 0px;
}

img.photo {
	width: initial;
	max-width: 150px;
	display: inline;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

ul.films-table>li {
	display: grid;
	width: 100%;
	grid-template-columns: 155px 2fr 50px;
	justify-items: start;
	border-bottom: 1px solid #12171b;
	padding: 5px;
}

li>img {
	width: initial;
	max-width: 150px;
	margin-right: 2%;
	margin-top: 2%;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

li>span {
	line-height: 25px;
}

li>p>span.tag {
	display: initial;
	margin-left: 10px;
}

li>.cell-1 {
	grid-column: 1;
}

li>.cell-2 {
	grid-column: 2;
}

li>.cell-3 {
	grid-column: 3;
}

.btn-pict {
	background-color: #32373b;
	height: 2.2rem;
	width: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2.2rem;
	text-align: center;
	font-weight: 600;
	margin: 0.3rem 0;
}

.numero {
	color: #12171b;
	background-color: #ccc;
	padding: 0.3rem 0.5rem;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 2px;
}
