@charset "UTF-8";

.roundButton {
  background-color: #04AA6D;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border: 10px solid #cfdcec;
  border-radius: 0.4rem;
}

.rowIcons {margin-left: 10px; margin-right: 10px;}

.redCircle {
	display: inline-block;
    width: 12px;
    height: 12px;
    background-color: red;  /* Choose a color for your circle */
    border-radius: 50%;      /* Makes the shape a circle */
    vertical-align: middle;  /* Aligns the circle vertically with the text */
}

.greenCircle {
	display: inline-block;
    width: 12px;
    height: 12px;
    background-color: lightgreen;  /* Choose a color for your circle */
    border-radius: 50%;      /* Makes the shape a circle */
    vertical-align: middle;  /* Aligns the circle vertically with the text */
}