body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #212121;
}

table.blueTable {
  /* border: 1px solid #c029e4; */
  background-color: #fff;
  text-align: left;
  border-collapse: collapse;
}

table.blueTable th {
  border: none;
  padding: 3px 10px;
  background-color: #fff;
  color: #026ccf
}

table.blueTable td {
  border: 1px solid #AAAAAA;
  padding: 3px 10px;
}

table.blueTable tbody td {
  font-size: 13px;
}

table.blueTable tr:nth-child(even) {
  background: #e6e6e6;
}

table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

table.blueTable thead th {
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}

table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 14px;
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.Standard-Button-Normal {
  width: 65px;
  height: 32px;
  object-fit: contain;
  background-color: #026ccf;

}

.Standard-Button-Hover {
  width: 66px;
  height: 32px;
  object-fit: contain;
}

.Standard-Button-Active {
  width: 66px;
  height: 32px;
  object-fit: contain;
}

.Rectangle-21 {
  width: 66px;
  height: 32px;
  border-radius: 4px;
  background-color: #b0b0b0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #F5F5F5;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  border-bottom-style: hidden;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}