#search_box{
width:750px;
padding-bottom:10px;
margin-left:auto;
margin-right:auto;
border:1px solid #4b5258;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
overflow:hidden;
background-color: #242222;

}


#search_header_title{
width:748px;
height:28px;
line-height:28px;
text-align:center;
font-weight:bold;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#828c95+0,828c95+100,8f979e+100 */
background: linear-gradient(to bottom, #4a5157 0%,#71879b 100%,#090a0b 100%);
border:1px solid #000;
border-top-left-radius: 7px;
border-top-right-radius: 7px;


}

#search_content{

}

.display-table {
    display: table; 
	margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.display-table > div { 
    display: table-row; 
}
.display-table > div > div { 
    display: table-cell;
    padding: 5px;
}


.copy-button {
  cursor:pointer;
  /*! display:block; */
  /*! float:right; */
  /*! bottom:0; */
  padding:5px 11px;
  text-align:center;
  color:#666;
  font-size:86%;
  font-weight:700;
  text-decoration:none;
  text-shadow:1px 1px 0 #fff;
  border:1px solid #eee;
  border-right-width:0;
  border-bottom-width:0;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  /*! opacity:.01; */
  -moz-box-shadow:inset 0 1px 0 0 #fff;
  -webkit-box-shadow:inset 0 1px 0 0 #fff;
  box-shadow:inset 0 1px 0 0 #fff;
  background:#ededed;
  background:-moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#ededed),color-stop(100%,#dfdfdf));
  background:-webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
  background:-o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
  background:-ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
  background:linear-gradient(top,#ededed 5%,#dfdfdf 100%);
  /*! color: #fff; */
  /*! margin-left: -100px; */
  position: absolute;
  z-index: 999;
  margin-left: 680px;
  margin-top: -45px;
}

.display-table_result_search {
	display: table;
	width:960px;
	margin-top: 20px;
	margin-left: auto;
  margin-right: auto;
	border: 1px solid #4f4f4f;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
overflow: hidden;
background-color: #242222;
}
.display-table_result_search > div { 
    display: table-row; 
		overflow: hidden;
		border-bottom:1px dashed transparent;
}

.display-table_result_search > div:hover { 
		
		border-bottom:1px dashed yellow;
		
}

.display-table_result_search > div > div { 
    display: table-cell;
    padding: 5px;
		vertical-align: middle;
		overflow: hidden;
		  font-style: normal;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

.display-table_result_search > div > div.size { 
    display: table-cell;
    padding: 5px;
		vertical-align: middle;
		overflow: hidden;
		  font-style: normal;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
	text-align:center;
	text-shadow: 3px 1px 6px rgba(0, 0, 0, 1);
}

.display-table_result_search_header{
background: linear-gradient(to bottom, #222528 0%,#828c95 100%,#8f979e 100%);
overflow: hidden;

}


span.search_name{


position: relative;
  width: 100%;
  text-align: left;
  float: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: italic;
    font-family: Verdana;
    font-size: 11px;
		font-weight: normal;

}

div.submit-box_bottom{
Width:130px;
float:right;
margin-right:10px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border: 1px solid #fff; 
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
vertical-align: middle;
background-color: #242222;
border-top: 0px solid #4f4f4f;
border-left: 1px solid #4f4f4f;
border-right: 1px solid #4f4f4f;
border-bottom: 1px solid #4f4f4f;
}

a{

text-shadow: 3px 1px 6px rgba(0, 0, 0, 1);

}
a:link {
	font-weight:bold; 
	color: #fba504;
	text-decoration:none;
}

a:visited {
	color: #fba504;
	text-decoration:none;
}

a:hover {

color: #fb5504;
text-decoration:none;

}