body.toplevel_page_thunder_port,body.admin_page_thunder_port_detail {
	height:auto !important;
}
#recent-search {
	float:left;
    width: 100%;
    overflow-x : scroll;
    font-size: small;
    font-style: italic;
    text-align: center;
    white-space:nowrap;
}

.detail_bt {
	width:40px;
	height:40px;
}
.searched {
	font-size: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #800000;
}
.pl_author, .pl_author > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	color:#1a1a1a;
	padding-top: 10px;
	max-width: 160px;
}
.q_link {
	color:#a6a6a6;
	text-align:left;
}
.descbox {
	overflow: scroll;
	max-height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.descp {
	display:flex;
	justify-content: space-between;
} 

.question {
	margin-left:5px;
	text-align: left;
	color:#a6a6a6;
	white-space: nowrap;
	width:75%;
	overflow: hidden;
	text-overflow:ellipsis;
}
.question:hover {
	white-space: inherit;
	
}
.timediff {
	min-width:25%;
	max-width:25%;
	background: #d9d9d9;
}
span.highlight{
    font-weight: bold;
    text-decoration: underline;
}
#wpcontent{
	background: #ffffff;
}
#wpbody{
	padding-left: 0;
}
.thp_logo{
	width: 100%;
	margin-left: -12px;
}
#slogan{
	color: #959595;
	font-weight: lighter;
}
.thp_exist {
	background:#ffffff;
	height:290px;
}

.allcomplete{
	background: #CEE6EE !important;
}
.notcomplete{
	background: #D2D2D2 !important;
}
.thp_not {
	background:#fdfdfd;
	height:290px;
}
.tp_bottom {
	left:50%;
	margin-left:-80px;
	position: absolute;
	bottom : 5px;
}	
.notall .tp_bottom	{
	bottom : 5px;
	position: inherit;
	margin-left:inherit;
	left:inherit;

}

.notall .tp_bottom .pl_author, .notall .tp_bottom .pl_author > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	color:#1a1a1a;
	padding-top: 10px;
	max-width: inherit;
}
#search-form{
	width: 50%;	
	margin: 0 25%;
	padding-bottom: 10px;
}
#searchtext {
	width: 100%;
	font-size: 1.4em;
	text-align: center;
	font-weight: lighter;
	height: 50px;
}

#my-plugins{
	border-top: 1px solid #efefef;
}
.col-md-3 {
	width: 33.1% !important;
	text-align: center;
	border:1px solid #efefef;
	margin:0.1%;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.col-md-3:nth-child(2) {
	
} 
#submit_keyword {
	margin: 0;
	background: none;
	width: 50px;
	position: absolute;
	right: 20px;
	top: 0;
}
.legend {
	padding: 10px;
}
.legend0, .legend1, .legend2, .legend3 {
	margin-left:10px;
	height:25px;
	border:1px solid;
	box-shadow: none;
}

.legend1 {
	background: #CEE6EE !important;
}

.legend2 {
	background: #D2D2D2 !important;
}

.legend0, .legend3 {

	background:#fdfdfd;
}

@media screen and (max-width: 979px) {
#search-form {
	width: 100%;
	margin: 0;
	}
.col-md-3{
	width: 96% !important;
	}
}

.askq {
	background:yellow;
	color:#000;
}

#success_loader {
    display: none;
    color: green;
    font-size: 14px;
    margin-top: 10px;
    z-index:10000;
    position: fixed;
    background: transparent url('img/loader.gif') no-repeat scroll center center;
    width: 128px !important;
    height: 50px !important;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -25px;
    border-radius: 5%;
}	

#plugintitle {
	padding:10px;
}
[contenteditable="true"].highlight {
    white-space: nowrap;
    width:200px;
    overflow: hidden;
} 
[contenteditable="true"].highlight br {
    display:none;

}
[contenteditable="true"].highlight * {
    display:inline;
    white-space:nowrap;
}