#details-table {
	background: url(/images/manga/bg_dark.jpg) no-repeat fixed center #000;
	background-size: cover;
	margin-bottom: 20px;
	padding-top: 70px;
	color: #fefefe;
	text-shadow: 0 1px 1px #111;
}
#details-table .container {
	/*background: rgba(0, 0, 0, 0.5);*/
    padding: 20px;
}
#details-table .cover {
	margin-bottom: 30px;
}
#details-table .cover img {
	width: 100%;
	height: auto;
}
#details-table h2.title {
	margin-top: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 36px;
}
#details-table table>tbody>tr>td, 
#details-table table>tbody>tr>th {
	padding: 7px 15px;
	border-top: 1px solid rgba(221, 221, 221, 0.2);
}
#details-table table>tbody>tr>th {
	white-space: nowrap;
	/*font-size: 18px;*/
	padding-left: 0;
	width: 170px;
}
#details-table table>tbody>tr>td {
	text-align: justify;
}
#details-table .text {
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.watch-trailer {
	width: 100%;
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
	font-size: 1.5em;
	border-radius: 4px;
	height: 45px;
	text-shadow: none;
}
.watch-trailer:before {
	font-family: 'fontawesome';
	position: absolute;
	content: "\f04b";
	left: 30px;
}
.watch-trailer:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 50%;
	background-color: #fff;
	left: 56px;
	top: 25%;
}

/*FlipClock Tweak*/

.clock {
	position: absolute;
	top: 0;
	right: 0;
}
.clock {
	margin: 0;
	display: inline-block;
	width: auto;
}
.clock ul {
	height: 50px;
	width: 34px;
	padding-left: 10px;
	border-radius: 3px !important;
}
.clock ul li a div div.inn {
	font-size: 32px;
	height: 278%;
	border-radius: 3px !important;
}
.clock ul li a div.up div.inn {
	top: -20px;
}
.clock ul li a div.up:after {
	top: 24px;
}
.clock ul li a div.down {
	border-radius: 0 0 3px 3px !important;
}
.clock ul li a div.up {
	border-radius: 3px 3px 0 0 !important;
}
.flip-clock-divider .flip-clock-label {
	top: -1.5em;
	right: -51px;
	font-size: 12px;
}
.flip-clock-divider.minutes .flip-clock-label {
	right: -67px;
}
.flip-clock-divider.seconds .flip-clock-label {
	right: -74px;
}
.flip-clock-divider {
	height: 55px;
}
.flip-clock-dot.top {
	top: 15px;
}
.flip-clock-dot.bottom {
	bottom: 8px;
}
.flip-clock-divider .flip-clock-label {
	top: -1.1em;
}
.status {
position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    font-size: 32px;
    padding: 2px;
    top: 6px;
    right: 15px;
    width: 400px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #fff;
}
/* Modal Video */

.modal-open {
	overflow-y: scroll;
}
.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}
::-moz-selection {
	background: #e89a3e;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #e89a3e;
	color: #fff;
	text-shadow: none;
}
.modal-backdrop.in {
	filter: alpha(opacity=7);
	opacity: 0.7;
}
.modal-content {
	background: none;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal-body {
	padding: 0 25px 25px 25px;
}
.modal-header {
	padding: 25px 25px 15px 25px;
	text-align: right;
}
.modal-header, .modal-footer {
	border: 0;
}
.modal-header .close {
	float: none;
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}
.sp {
	margin-bottom: 35px;
}
.sp .btn-trailer {
	max-width: 350px;
	margin: 0 auto;
}
#table .alert p {
	margin-bottom: 0;
}
#table {
     background: transparent; 
}

/* media queries */

@media only screen and (max-width: 1200px) {
	.clock, .status  {
		position: initial;
		margin-bottom: 20px;
	}
	.btn-trailer .watch-trailer {
		font-size: 1.3em;
		line-height: 1.7;
	}
	.btn-trailer .watch-trailer:after {
		left: 40px;
	}
	.btn-trailer .watch-trailer:before {
		left: 20px;
	}
}
@media only screen and (max-width: 992px) {
	#details-table .col-md-9 {
		text-align: center;
	}
	#details-table .cover img {
		max-width: 260px;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	#table tbody td:last-child {
	     padding-left: 5px; 
	    padding-right: 5px;
	}

	#table tbody td:first-child {
	     padding-left: 5px; 
	}
}
@media only screen and (max-width: 640px) {
	#details-table table>tbody>tr>th {
		white-space: pre-wrap;
		font-size: inherit;
		width: auto;
	}
}
@media only screen and (max-width: 480px) {
	#details-table .text {
		font-size: 2em;
	}
	.clock ul {
		height: 38px;
		padding-left: 25px !important;
		width: 19px !important;
		margin: 2px;
	}
	.clock ul li {
		line-height: 80px;
	}
	.clock ul li a div div.inn {
		font-size: 22px;
		height: 319% !important;
	}
	.clock ul li a div {
		height: 48.6%;
	}
	.flip-clock-divider {
		width: 6px;
	}
	.flip-clock-divider .flip-clock-label {
		font-size: 12px;
	}
	.flip-clock-dot {
		width: 3px;
		height: 3px;
		left: 2px;
	}
	.flip-clock-divider {
		height: 39px;
	}
	.flip-clock-divider .flip-clock-label {
		right: -29px;
	}
	.flip-clock-divider.minutes .flip-clock-label {
		right: -44px;
	}
	.flip-clock-divider.seconds .flip-clock-label {
		right: -49px;
	}
	.flip-clock-divider .flip-clock-label {
		top: -1.4em;
	}
	.status {
		font-size: 28px;
		width: 280px;
	}
}