div { 
font-size : 16px ; 
}
span {
   display: inline-block;
}

table#res {
	width: 200px;
	display: block;
}
table#resG1 {
	width: 49%;
	display: block;
}
table#resG2 {
	width: 25%;
	display: block;
}
table#resG5 {
	width: 74%;
}
td#resG3 {
	width: 10%;
}
td#resG4 {
	width: 63%;
}
table#resS1 {
	width: 64%;
	display: block;
}
table#resS2 {
	width: 35%;
	display: block;
}
table#resR1 {
	width: 35%;
	height: 30%;
	display: block;
}
table#resR2 {
	width: 32%;
	display: block;
}
table#resT1 {
	width: 816px;
	display: block;
}
img#title {
	width: 32%;
}

table#resSTK {
	width: 200px;
	display: block;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

