@charset "UTF-8";
/* CSS Document */
html,
body {
  font-family: sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #e1e1e1 80%, #ffffff 100%);
  width: 100%;
  /* height: 100%; */
  scroll-behavior: smooth;
}

table {
  margin: auto;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: solid 1px;
  max-width: 1200px;
}

th, td {
  padding: 15px;
  text-align: left;
  border: solid 1px;
}

thead {
  font-weight: bold;
}

#videocontainer {
  max-width: 1200px;
  margin: auto;
}

.gip-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
}

.gip-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top {
  text-align: center !important;
}