/*
Theme Name: Twenty Twenty Child
description: >-
  Twenty Twenty Child Theme
Author: Peter Horkavý
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: twenty-twenty-child
*/

body {
		//font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
		font-family: 'Jost', sans-serif;
		//font-family: 'Raleway', sans-serif;
		//font-family: 'Source Sans Pro', sans-serif;
		font-weight: 200;
	}

.content_container {
	max-width: 1000px;
	margin: 0 auto;
}

.row_container {
	margin-bottom: 20px;
	padding: 10px;
}

.title {
	color: #fff;
	padding-left: 15px;
	border-left: 1px dotted #DC6479;
	background-color: #DC6479;
}

.date {
	font-size: 1.5rem;
	padding-bottom: 10px;
	font-weight: 400;
	border-left: 1px dotted #DC6479;
	padding-left: 15px;
	color: #DC6479;
	//text-align: right;
}

.text {
	padding-bottom: 20px;
	//border-bottom: 1px dotted #DC6479;
	border-left: 1px dotted #DC6479;
	padding-left: 15px;
}

h1 {
	text-align: center;
}


.pin_container {
	display: flex;
	background-color: #DC6479;
	color: #fff;
	//padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.pin_content1 {
	background-color: #DC6479;
	color: #fff;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.pin_content2 {
	background-color: #DC6479;
	color: #fff;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.pin_content3 {
	background-color: #DC6479;
	color: #fff;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.pin_content4 {
	background-color: #DC6479;
	color: #fff;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.pin_content5 {
	background-color: #DC6479;
	color: #fff;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}

.row_container_filter {
	display: flex;
	margin-bottom: 30px;
}

.row_container_score {
	display: flex;
}

.autor {
	margin-left: 15px;
	width: 100px;
	font-weight: 900;
}

.name {
	width: 200px;
}

.period {
	width: 200px;
}

.instr {
	width: 100px;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(...);   /* Add custom arrow */
}