div.explorer_container{
  width: 94%;
  margin: 3px auto;
}

div.explorerborder{
  border:0px solid blue;
  width:96px;
  height:130px;
  margin-right:6px;
  float:left;
}

div.explorer_title{
  font-weight:bold;
  padding:2px;
  border-top:1px solid #cdcdcd;
  border-right:1px solid #cdcdcd;
  border-left:1px solid #cdcdcd;
  background-color:#dedede;
}

div.explorersymbol{
  border:1px solid #cdcdcd;
  width:64px;
  height:64px;
  padding:16px;
}

div.explorertext{
  text-align: center;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.explorer{
  border:1px solid #cdcdcd;
  border-collapse: collapse;
  width: 100%;
}

th.explorer{
  border:1px solid #cdcdcd;
  background-color:#efefef;
}

td.explorer{
  border:1px solid #cdcdcd;
}

td.explorer_action_icon{
  border-top:1px solid #cdcdcd;
  text-align: center;
  width: 32px;
}

img.explorer_action_icon{
  height:16px;
  width:16px;
}

a.explorer:link,a.explorer:visited,a.explorer:hover{
  font-weight: normal;
}

input.explorer_search{
  float: right;
}