
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px 0;
}

.column {
  margin-bottom: 5px;
  flex-basis: 40%;
	
}

.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: black;
	color: white;
  }

@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;

		}
	}


@media screen and (max-width: 680px) {
	.columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
	}
}


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.4em; padding: 2px 20px;
	    border: 5px solid;
        border-color: black;
       	
}
td {

	border-bottom: 1px dashed #1f3048;
}

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


.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;
  
}



::placeholder {

    color: white;

    font-size: 1.3em;

    font-style: italic;

	text-align: center;

}



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

#select_result{
	margin: 10px;
}
#footer {

	background:url(../images/footer-tail.gif) repeat-x left top;

	color:#1d1d1d;

	font-size:.89em;

	line-height:1em;

	text-align:center;

	

}

#footer .left {

	background:url(../images/footer-left.gif) no-repeat left top;

}

#footer .right {

	min-height:89px;

	height:auto !important;

	height:80px;

	background:url(../images/footer-right.gif) no-repeat right top;

	text-align:center;

}

#footer .footerlink {

	padding:20px 325px;

}

.footerlink p {

	margin:0;

	padding:0;

	line-height:normal;

	white-space:nowrap;

	text-indent:inherit;

	color:#1d1d1d;

}

.footerlink a {

	color:#1d1d1d;

	font-weight:normal;

	margin:0;

	padding:0;

	border:none;

	text-decoration:underline;

	background-color:transparent;

}

.footerlink a:hover {

	color:#1d1d1d;

	background-color:transparent;

	text-decoration:none;

}

.footerlink .lf {

	float:left;

}

.footerlink .rf {

	float:right;

}