.whSceneTable {
	width: 80%;
	vertical-align: top;
}
.whSideStoryboardTd {
	width: 100px;
	
	vertical-align: top;
}

.whSideStoryboard {
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid black;
	width: 100px;
	height: 100%;
	float: left;
}
.whStoryboardInfo {
	font-size: 130%;
}
.whSceneStoryboard {
	width: 60%;
	height: 100%;
	margin-left: 10px;
	padding-left: 10px;
	border-collapse: collapse;
}
.whSceneStoryboard td {
	font-size: 130%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}
.whSSchap1 {
	text-align: center;
	border-top: 1px solid black;
}
.whSSchap0 {
	border-top: 0;
}
.whSSbeat1 {
	border-top: 1px solid black;
}
.whSSbeat0 {
	border-top: 0;
}
.whSSlineNoScene {
	text-align: center;
}
.whSSline1 {
	text-align: center;
	border: 1px solid black;
    border-radius: 50%;
}
.whSSline0 {
	border: 1px solid black;
    border-radius: 50%;
	cursor: pointer;
}
.whSSlast {
	border-bottom: 1px solid black;
}

/*
 * Storyboard Line
 */
.whStoryboardLine {
	float: left;
	border: 1px solid grey;
	width: 70%;
	margin-bottom: 20px;
	padding: 10px;
}
.whStoryboardLine label {
    display: block;
	font-size: 120%;
	margin-bottom: 5px;
}
.whSSLtime {}
.whSSLplace {}
.whSSLbegin {}
.whSSLend {}
.whSSLconflict {}
.whSSLaction {}


/*
 * Scene
 */
.whSceneDesc {
    display: block;
	margin-left: 30px;
}
.whSceneDesc label {
    display: block;
	width: 70%;
	margin-bottom: 5px;
    font-size: 120%;
}
.whSceneDesc textarea{
    width: 80%;
}
.whSceneText {
    display: block;
	margin-left: 30px;
}
.whSceneText label {
    display: block;
	width: 70%;
	margin-bottom: 5px;
    font-size: 120%;
}
.whSceneText textarea, #wp-whSceneText-wrap{
	
}
@media screen and (max-width: 800px) {
	.whSideStoryboard {
		float: none;
		margin-bottom: 20px;
	}
	.whSceneDesc textarea{
		width: 500px;
	}
	.whSceneText textarea{
		width: 500px;
	}
}

.whSceneEditingLabel {
	display: block;
	width: 100%;
    font-size: 120%;
	text-align: center;
}