#leader-wrapper {display:none;}

b,p { padding:5px }

pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #c7c7c7 !important;
	vertical-align: middle !important;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}
	
tbody, td {
	vertical-align: middle !important;
	border:1px solid #c7c7c7 !important;}	
.clear{
	clear:both;
	}	

img{border:none;}

.postarea {   margin: 0 auto;
  padding: 10px 5px 10px 15px;
  float: left;
width: 1100px;
}
	
input[type=submit],input[type=reset] {
background: #fdd017;
color: #fff;
}

input[type=submit],input[type=reset], input[type=text] {
padding: 10px;
font-size: 18px;
line-height: 18px;
float: left;
border: 0;
display: block;
margin-top: 15px;
margin-right: 10px;
}	
	
button {
padding-left: 10px;
padding-right: 10px;	
font-size: 16px;
line-height: 18px;
float: left;
border: 0;
display: block;
}

button.default {
background: #fdd017;
color: #fff;
width:100%;
padding:10.5px;
}
button.clicked {
background: #ff5454;
color: #fff;
width:100%;
padding:10.5px;
}

td.td1 { width: 20% ;}
td.td2 { width: 23% ;}
td.td3 { width: 10% ;}
td.td4 { width: 18% ;}
td.td5 { width: 11% ;}
td.td6 { width: 6% ;}


tr {
  background-color: white;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
	
textarea {
resize:none;
outline: none;
border:none;
padding:5px;	
}

input {border:none;}	
		
.ui-segment{
	color: #ffc124;
	border: 1px solid #ffc124;
	border-radius: 4px;
	display:inline-block;
}
.ui-segment span.option.active{
	background-color: #ffc124;
	color: white;
}
.ui-segment span.option{
	font-size: 13px;
	padding-left: 23px;
	padding-right: 23px;
	height: 25px;
	text-align:center;
	display:inline-block;
	line-height: 25px;
	margin: 0px;
	float:left;
	cursor:pointer;
	border-right:1px solid #ffc124;
}
.ui-segment span.option:last-child{
	border-right: none;
}
.segment-select{
	display:none;
}
.styled-select {

  width: 150px;
  font-size: 11px;
  border: 1px solid #dbdbdb;
  background: #fff;
  height: 22px;
 -webkit-appearance: none;
 -webkit-border-radius: 0px;
 -moz-appearance: none;
  appearance: none;
}
	
	/* CAUTION: IE hackery ahead */


styled-select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    styled-select {
        background:none\9;
        padding: 5px\9;
    }
}