body {
	color: white;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
}
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px 0;
}

.column {
	flex: 1;
	border: 0px solid grey;
	margin: 0px;
	padding: 0px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}



.table-sortable th {
	cursor: pointer;
  }

  
  .table-sortable .th-sort-asc::after {
	content: "\25b4";
  }
  
  .table-sortable .th-sort-desc::after {
	content: "\25be";
  }
  
  .table-sortable .th-sort-asc::after,
  .table-sortable .th-sort-desc::after {
	margin-left: 5px;
  }
  
  .table-sortable .th-sort-asc,
  .table-sortable .th-sort-desc {
	background: rgba(0, 0, 0, 0.1);
  }
 


@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
a:link, a:visited {

	text-decoration: none;
	
}

td.title { font-weight: bold; }

table {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
table2 {
	background-color: grey;
}
th { color: black;
   border: 2px solid;
   border-color: grey;
}	
	
               

thead { background-color: grey;
        color: white; font-size: 1.5em; padding: 2px 20px;
	    border: 5px solid;
        border-color: black;
       	
}
td {
	padding: 1px 10px;
	border-bottom: 1px dashed #1f3048;
}

td.plot, td.cast, td.notes {
	white-space:normal;
	font-size: 0.9em;
	text-align: left;
	overflow: auto;
}

/* Navigation bar */
.navi { text-align: center; }
.navi p { display: inline; }
.navi p:before { content: "["; }
.navi p:after { content: "]"; }
.navi p#prev:before, .navi p#next:before { content: ""; }
.navi p#prev:after, .navi p#next:after { content: ""; }
.navi p#current {
	font-size: 1.1em;
	color: white;
}
.navi p, .copyright {
	color: white;
	font-size: 0.8em;
}

.copyright {
	font-size: 1em;
	margin-top: 5px;
}
.boton3 {
  color: black;
  font-size: 12px;
  font-weight: 590;
  padding: 0.3em 1.2em;
  background: rgba(0,0,0,0);
  border: 1px solid;
  border-color: orange;
  transition: all 1s ease;
  position: relative;
}
.boton3:hover {
  background: orange;
}

.boton4 {
  color: white;
  font-size: 11px;
  font-weight: 590;
  padding: 0.3em 1.2em;
  background: rgba(0,0,0,0);
  border: 1px solid;
  border-color: orange;
  transition: all 1s ease;
  position: relative;
}
.boton4:hover {
  background: black;
  
}



.btn_genero{
	background-color: red;
	color: white;
	padding: 1px;
	margin: 7px;
}

#select_result{
	margin: 10px;
}