body{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-family: 'Courier New', Courier, monospace;
}
.title {
	color: #5C6AC4;
}

.MainBody {
  border-top: rgba(0, 0, 0, 0) solid 1px;
  border-bottom: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  /*This is page specific*/
  display: grid;
  grid-template-columns: 1fr 100px;
}

.TopButtons{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 40px;
}

.TopButton {
  border: black solid 1px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  margin: auto;
  width: 100%;
  display: grid;
  align-content: center;
}

.TopButtonSelected {
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  margin: auto;
  width: 100%;
  display: grid;
  align-content: center;
}

button {
  border: #ffffff00;
  background-color: #ffffff00;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 40px 100%;
  margin-left: 10px;
  font-family: 'Courier New', Courier, monospace;
  font-size: large;
}

img {
  width: 100%;
}