
.content {
	background-color: #FFFFFF;
	height: 100%; 
	overflow: hidden;

	font:18px Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";

	height:100%;
	overflow: scroll;
        padding:8px;
	padding-bottom: 50px;
}

.current {
	font-weight: bold;
}

@font-face {
	font-family: argfasts;
	src: url(BlackCastleMF.ttf);
}

.fancyfont {
	font-family: argfasts;

}

img {
	margin: 12px;
	padding: 10px;
}

td {
	padding: 5px;
}

button {

	margin-left: 2px;
	margin-right: 2px;
	margin-top: 12px;
	margin-bottom: 18px;
}

li {
	margin-left: 18px;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
}

header{				
	color:#fff;		
	background-color: #3366aa;	
	padding-top:30px; 	
	padding-bottom:30px;
	font-size: 24px;
	margin-bottom:20px;
}
header h1{
	margin-right: 380px;
	font-size:36px;
	line-height: 1;

}
h1 i{
	font-size: 45px;
}
header p{
	font-size: 18px;
	color:#aaccff;
}

#optionsWrapper{
	display: none;
}

#specify{
	
}

#specify .btn {
	position: absolute;
	border-radius: 50px;
	color:#ddd;
}

#specify .bottom-right{
	top:10px;
	left:10px;
}

#specify .right-bottom{
	top:10px;
	left:25%;
}

#specify .bottom{
	top:10px;
	left:50%;
	margin-left:-17px;
}

#specify .left-bottom{
	top:10px;
	right:25%;
}

#specify .bottom-left{
	top:10px;
	right:10px;
}

#specify .right{
	left:10px;
	top:50%;
	margin-top:-17px;
}

#specify .left{
	right:10px;
	top:50%;
	margin-top:-17px;
}

#specify .top-right{
	bottom:10px;
	left:10px;
}

#specify .right-top{
	bottom:10px;
	left:25%;
}

#specify .btn.top{
	bottom:10px;
	left:50%;
	margin-left:-17px;
}

#specify .left-top{
	bottom: 10px;
	right:25%;
}

#specify .top-left{
	bottom:10px;
	right:10px;
}

#auto .btn{
	padding:1px;
	border:1px solid #eee;
	min-width: 60px;
	font-size:9px;
}

#auto .btn-default{
	background: #fff;
}

#auto .btn-auto{
	width:35px;
	height:35px;
	line-height: 35px;
	min-width: 35px;
	padding:0;
	margin:0;
	border-radius: 25px;
}

#animation,#delayed,#advanced{
	padding:0 20px;
}

#animation .btn,#delayed .btn{
	width: 120px;
	height:120px;
	line-height: 120px;
	padding:0;
	margin-top:150px;
	
	border-radius: 100px;
}

#advanced .btn{
	position: absolute;
}

#advanced .show-pop-table {
	top:20px;
	left:20px;
}

#advanced .show-pop-list {
	top:20px;
	left:200px;
}

#advanced .show-pop-large {
	top:20px;
	left:370px;
}

#advanced .show-pop-iframe {
	top:20px;
	right:20px;
}

#advanced .show-pop-async {
	top:20px;
	right:180px;
}

#advanced form{
	margin:120px auto 0 auto;
	width:500px;
	border:1px solid #eee;
	padding:20px;
	height:350px;
}

#events {
	padding:20px;
}

#events .btn-info.pull-left{
	width:100px;
	margin-right:20px;
}

#events .btn-info.pull-right{
	width:100px;
	margin-left: 20px;
}

#events .btns{
	margin-bottom:180px;
}

#eventLogs{
	height:200px;
	margin:0 0 20px 0;
}

.demo-code{
	margin:20px;
}

.demo-container{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.row-middle{
	margin-top:200px;
	margin-bottom: 200px;
}

.webui-popover-demo.top{
	position: absolute;
	top:50%;
	left:50%;
	width:350px;
	height:150px;
	margin-left:-175px;
	margin-top:-75px;
}

.webui-popover-demo h3{
	font-weight:bold;
	color:#c9302c;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.table-contrains > tbody > tr > td{
	border:none;
	text-align: center;
}

