.content .box
{
	background-color:white; border-style:solid; border-width:3px; border-color:black;
}

div.content
{
	width:100%;
}


div.content.center
{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
}
section
{
	height:auto;
	position:absolute;
bottom:0;
    top:0;
    left:0;
    right:0;
}

.reveal .title, .reveal .toptitle
{
	background-color:red; color:white;
}

.center h2.title
{
	width:100%;
}


.reveal .vertical .title
{ 
display:block; width:65%; position:absolute; top:0%; left:0%; 
transform-origin: 0% 0%;
transform: translateX(160%) rotate(90deg); 
}
.reveal .vertical div.content
{
	width:95%;
}

/*
.reveal .vertical .title
{
	-ms-writing-mode: tb-rl; 
	-webkit-writing-mode: vertical-rl;
						-moz-writing-mode: vertical-rl;
						-ms-writing-mode: vertical-rl;
						writing-mode: vertical-rl; background-color:red; color:white; padding:0px; margin:0px; float:right; font-weight:bold; height:100%; 
						text-align:center; font-size:2em; 
}
*/

.reveal .left
{
text-align:left;-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.indent
{
 text-indent:2em;
}
