input[type="checkbox"] {
  accent-color: black;
}

.crop1 {
  height:280px;
  object-fit:cover;
}

.crop2 {
  height:180px;
  object-fit:cover;
}

.planetgrid {
  background:#e0ffe0;
}

.planetgrid, .planetgrid th, .planetgrid td {
  border-collapse:collapse;
  border: 1px solid #c0c0c0;
  }

.planetgrid td {
  background:#f8f8e8;
}

.planetgrid td,.planetgrid th {
  width:80px;
  font-weight:normal;
  text-align:left;
}

  
.planetgrid td:not(:first-child) {
  text-align:center;
}

.planetgrid th:not(:first-child) {
   text-align:center;
}

.tablegrid {
  border-collapse:collapse;
  border: 1px solid #c0c0c0;
}

.tablegrid td {
  background:#f8f8e8;
}

.tablegrid tr {
  background:#c0f8c0;
}

.tablegrid, .tablegrid th, .tablegrid td {
  border-collapse:collapse;
  border: 1px solid #c0c0c0;
  }

.manualpage {
  padding: 16px;
  background: #f8f0e0;
}

.mybutton {
  cursor:pointer;
}

.mycontainer {
  position: relative;
  text-align: center;
 }
 
 .boxtitle {
    position: absolute;
  top: 8px;
  left: 250px;
 }
