/* texharstyle.css */
	span.widget-data.links.item {
    width: 90%;
}
	.shirwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
	.col-md-10.col-lg-8.medium-centered {
    width: 100%;
}
	.ta_c h1 {
    font-size: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
		margin: 0;
}
	.info-cast img {
		width: 100%;
	}
	.entry-content-tx {
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 100%;
}
	td {
    border: 0.3px solid gray;
    width: 50%;
	padding-left: 10px;
}
	table {
    width: 100%;
}
	table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
	tbody {
}
	tr {
    height: 60px;
}
	.widget-render {
    width: 90%;
}
	.entry-content-click {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* color: #000; */
	height: 40px;
}
	.entry-content-click a {
    color: #000;
    text-decoration: none;
}
	table tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  table tr:nth-child(odd) {
    background-color: #ffffff;
  }
table {
    border-collapse: collapse;
    width: 100%;
  }
	.entry-content-click a:hover {
	color: #c00;
	}
  table, th, td {
    border: 1px solid black;
  }

  th, td {
    padding: 10px;
    text-align: left;
  }
	@media screen and (max-width: 800px) {
.entry-content-click {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
}
		.entry-content-click a {
    padding: 5px;
}
	}	