#instagram_slider {
	position: relative;
}
#ibox1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #644e40;
	background-color: #fff;
	position: fixed;
}
#ibox2 {
	overflow: hidden;
	text-align: left;
}
#ibox1 img {
	position: absolute;
	top: 0px;
	cursor: pointer;
	border: 0;
	z-index: 10000;
}
#ibox1 iframe {
	border: 0px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}
#ibox2 span {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	margin: 1px;
	text-align: center;
	width: 20px;
}
.wstats_message {
    display: inline-block;
}
.wstats_counter_result {
    display: inline-block;
	padding-left: 15px;
}
.page-numbers {
    font-size: 15px;
    padding: 9px;
} 
.page-numbers.current {
    font-size: 15px;
    padding: 9px;
}
.form-table.kk tr {
    border: 1px solid;
}
.form-table.ws {
    border: 1px solid;
	margin: 30px 0 10px;
}
.form-table.ws th {
    padding-left: 10px;
}
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
   background-color: #0094e0;
	color:#FFF !important;
	
}

/* Create an active/current tablink class */
ul.tab li a:focus, .ws_active {
    background-color: #0089d0;
	color:#FFF !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
	
    border-top: none;
}
.ws_block{
	display:block;
}

/************** 08-07-2016    ******************************/

.form-table.ws tr {
    border: 1px solid #999;
}

.ws_heading_message {
    font-size: 35px;
    margin-bottom: 30px;
}

.tab dd, li {
    margin-bottom: 0;
}