.icondisp {
  background-color: #222;
  border: 2px solid #f90;
  border-radius: 10px;
  text-align:center;
  position: relative;
  vertical-align: middle;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  }
  
input.icondisp:hover {
  background-color:#000;
  border-color:#fff;
  opacity: 1.0;
  }

div.icontext {
  text-align: justify;
  padding: 10px;
  margin: 10px;
  }
  
div.rtrbuttoncontainer {
  text-align: center;
  padding: 10px;
  margin: 10px;
  }
  
.rtrbutton {
  text-align: center;
  padding: 5px;
  margin: 5px;
  border: 2px solid #000;
  border-radius: 10px;

  opacity: 0.8;
  }
  
.rtrbutton:hover {
  opacity: 1.0;
  border: 2px solid #fff;
  }
  
span.rtrbuttontext {
  text-align: center;
  margin: 10px;
  font-weight: bold;
  width: 80%;
  }
  
span.bigtext {
  font-size: 150%;
  font-weight: bold;
  }

td.tabletitle {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
  text-align:center;
  background-color: #f90;
  }
  
span.artistbasic {
  vertical-align: middle;
  }
  
div.artistbasic {
  border: 1px solid #fff; 
  border-radius: 2px; 
  background-color: #222; 
  padding:5px; 
  margin:2px;
  width:47%; 
  height:20px;
  text-align:center;
  float: left;
  overflow: hidden;
  }
  
div.artistsbasic:nth-child(2n) {
  clear:left;
  right: 5%;
  }
  
div.artistbasic:hover {
  border:1px solid #f90;
  background-color: #444;
  }

div.artistmorebutton {
  top: 0px; 
  float: right; 
  display:inline-block; 
  margin:20px; 
  padding:5px; 
  border:1px solid #888; 
  border-radius:4px; 
  background-color: #000;
  }
  
div.artistmorebutton:hover {
  border:1px solid #f90;
  background-color: #444;
  }
  
a.artist:link {color: #fff; background: #ffffff; font-weight: bold;}
a.artist:active {color: #f90; background: #ffffff; font-weight: bold;}
a.artist:visited {color: #fff; background: #ffffff; font-weight: bold;}
a.artist:hover {color: #fff; background: #ffffff; font-weight: bolder;}

input {font-family:inherit;}
.textsubmitblack {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #f90;
    font-size: 110%;
    text-decoration: none;
    cursor: pointer;
    border:none;
   }
   
.textsubmitblack:hover {
color: #fc0;
    border: none;
    background:#000;
    box-shadow: 0px 0px 1px #777;
  }   
  
