div.explorer_container {
  border:1px solid #b3b3b3;
  background-color:#fff;
  margin-bottom: 1em;
  padding: 6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

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;
}

table.explorer{
   border:1px solid #b3b3b3;
   border-collapse: collapse;
   width: 100%;
   margin:12px 0 12px 0;
}

th.explorer{
  border:1px solid #b3b3b3;
  background-color:#e8e8e8;
}

td.explorer{
  border:1px solid #b3b3b3;
}

td.explorer_action_icon{
  text-align: center;
  width: 32px;
}

img.explorer_action_icon{
  height:16px;
  width:16px;
}

div.explorerborder{
   border:1px solid #ebeaeb;
   width:96px;
   min-height:128px;
   margin-right:6px;
   margin-top:3px;
   margin-bottom:3px;
   float:left;
}

div.explorersymbol{
   border:0px solid #ebeaeb;
   width:64px;
   height:64px;
   padding:16px 16px 2px 16px;
}

div.explorertext{
  text-align: center;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.explorer:link,a.explorer:visited,a.explorer:hover{
  font-weight: normal;
}

a.explorer_new:link,a.explorer_new:visited,a.explorer_new:hover{
  font-weight: bold;
}

input.explorer_search{
  float: right;
}