body {
  font-family: Roboto, sans-serif;
}
:root {
    --rx-left-width: 300px;
}
.rx-small-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 3px;
  min-height: 80px;
}


.rx-panel {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 3px;
}

.rx-panel {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #dfdfdf;
  border-radius: 2px;
}
.rx-content {
  max-width: 1200px;
  margin: auto;
  padding:20px;
}

.rx-footer {
  text-align: center;
  font-size: 14px;
  color: grey;
}


.rx-small-card {
  border:1px solid #DDD;
  border-radius: 8px;
  margin: 3px;
  min-height: 50px;
  position: relative;
}
.rx-small-card .btn {
    display: none;
}
.rx-small-card:hover .btn {
    display: block;
}
.rx-small-card .btn {
    cursor: pointer
}
.rx-small-card .btn:hover {
    color: green;
}


input[type=button] {
  background-color: #DDD;
  border: none;
  padding: 4px 4px;
  text-decoration: none;
  margin: 4px 2px;
  min-width: 30px;
  cursor: pointer;
  border-radius: 3px;
}
input[type=button]:hover {
    background-color:#EEE;
}
.rx-main {
    min-height: 100vh;
}
