/* Metro Undergrouns style sheet */

.metro-wrap {
	width: 850px;
	background-color: #fcfcfc;
	padding: 5px;
}

.metro-notice {
	padding-left: 20px;
	color: slateblue;
}

.log-switcher {
	padding: 5px;
	color: slateblue;
}

.metro-wrap table {
  font-family: Arial, sans-serif;
  line-height: 1.2em;
  border-collapse: collapse;
  margin-top: 10px;
  width: 100%;
}

.metro-wrap table td {
  border: 1px solid #ddd;
  padding: 5px 3px 5px 5px;
  line-height: 1.2em;
}

.metro-wrap table td button {
	width: 130px !important;
	margin: 5px !important;
}

.metro-tdi {
  border: 1px solid #ddd;
  padding: 0;
  line-height: 1.2em;
}

.metro-sel {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 13px;
	padding: 0;
}
.metro-sel option {
	font-size: 12px;
	padding: 3px 5px 3px 5px;
}

.metro-radios {
    display: flex;
    gap: 3px;
}

.metro-radio {
    display: flex;
    align-items: center;
    font-size: 12px !important;
}

.metro-radio span {
    padding: 2px 3px;
    border: none;
}

.metro-wrap table tr:nth-child(even){
  background-color: #f2f2f2;
}

.metro-wrap table tr:hover {
  background-color: #ddd;
}

.metro-wrap table thead {
      width: 95%;
      overflow: hidden;
}

.metro-wrap table th {
  padding: 3px 0 3px 3px;
  text-align: left;
  line-height: 1.2em;
  color: white;
  font-weight: 400;
  background-color: #04AA6D;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
.metro-wrap {
      margin-left: -7px;
      max-width: 97vw !important;
}

