/*html,body{
	width: 100%;
	margin: 0;
	font-family: 'arial';
	color: rgb(18,53,85);
}*/
/*div.wrapper{
	min-width: 800px;
	width: 90%;
	margin: 50px auto;
	top: 0;
	left: 0;
}*/
.code{
	text-align: left;
	padding: 5px;
	margin: 50px auto;
	color: white;
	overflow: auto;
}
.block_item{
	 width: 285px;
    height:250px;
    box-shadow: 0 0 2px rgba(0, 200, 204, 0.7);
}
div#sliphover_share{
	position: absolute;
	right: 5px;
	top:7px;
}
nav	{
	top: 0;
	width: 100%;
	background-color: rgb(20,68,106);
	z-index: 999;
}
nav ul{
	margin: 8px 20px;
}
nav li{
	display: inline-block;
	margin-right: 15px;
}
nav li a{
	color: rgb(227,230,195);
	text-decoration: none;
}
nav li a:hover{
	color: rgb(230,180,80);
}

ul li:nth-child(1) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}
ul li:nth-child(2) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}
ul li:nth-child(3) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}
ul li:nth-child(4) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}
ul li:nth-child(5) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}
ul li:nth-child(6) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}
ul li:nth-child(7) .sliphoveritemTitle {
        background-color:rgba(130, 180, 197, 0.54) !important;
        font-size:30px;
}


/*div#container{
	margin: 0 auto;
	padding: 50px;
}*/
div#container ul{
	padding: 0;
}
div#container li{
	display: inline-block;
    padding-bottom:50px
}
div#tutorial{
}
div#doc{
}
table.options_table{
    border-collapse: collapse;
}
table.options_table th{
    background-color: #f9f9f9;
}
table.options_table td,table.options_table th{
    border: 1px solid #EDEDED;
    padding: 5px;
}

table.options_table tr:nth-child(odd){
    background-color: #fdfdfd;
}
span.value{
	color: green;
}
div#container img{
	width: 100%;
	height: 100%;
    
}
footer{
	text-align: center;
	width: 100%;
	margin: 10px 0;
}
footer a{
	color: #555;
	padding: 5px;
}
#container {
        margin-top: 70px;
}