.more {
  display: none;
  /* float: left; */
}
.more ul { 
  display: inline-block; 
  text-align: initial;
}
.more img { 
  vertical-align: top; 
}

td {
  /* background-color: #f0ffff; */
  text-align: center;
}

tr {
  text-align: center;
}

.mybutton {
  cursor: pointer; 
 padding: 1px 1px;
 font-size: 12px;
 margin: 8px;
 width: 80px;
 height:20px;
 min-height:20px;
 border: none;
}

.schiff {
  float: left;
  width: 145px;
  margin-top: 35px;
}
.schiffabstand {
  margin-left: 150px;
}
/*
.listing-detail-attributes {
  margin-left: 150px;
}
*/
/*
.mybutton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6px 12px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   text-decoration: none;
   vertical-align: middle;
   margin: 4px;
   }
.mybutton:hover {
   border-top-color: #25857f;
   background: #25857f;
   color: #f9fcfc;
   }
.mybutton:active {
   border-top-color: #1b495c;
   background: #1b495c;
   } 
*/
