.opta-xml-other > div {
  font-size: 12px;
  cursor: pointer;
  border: 1px solid lightslategray;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100px;
  text-align: center; }

.opta-xml-fixture {
  border: 1px solid darkslategray;
  margin-bottom: 10px; }
  .opta-xml-fixture h2 {
    font-size: 15px !important;
    background: darkslategray !important;
    padding: 5px 15px !important;
    color: #FFFFFF !important;
    margin: 0 !important; }
  .opta-xml-fixture .xml-section {
    padding: 5px; }
  .opta-xml-fixture .view-game {
    display: block;
    width: 200px;
    font-size: 12px;
    cursor: pointer;
    background: lightslategray;
    border: 1px solid lightslategray;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 20px;
    color: #FFFFFF; }
  .opta-xml-fixture:last-child {
    margin-bottom: 0; }

.opta-xml-section {
  margin-bottom: 10px;
  border: 1px solid lightslategray; }
  .opta-xml-section:last-child {
    margin-bottom: 0; }
  .opta-xml-section h3 {
    background: lightslategray;
    font-size: 13px;
    padding: 5px 15px;
    color: #FFFFFF;
    margin: 0; }

.opta-xml-nav {
  display: flex;
  gap: 20px;
  padding: 10px; }
  .opta-xml-nav > div {
    font-size: 12px;
    cursor: pointer;
    border: 1px solid lightslategray;
    padding: 3px 10px;
    border-radius: 5px; }

.xml-viewer {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 20px);
  border: 1px solid lightslategray;
  padding: 5px;
  display: none; }
  .xml-viewer.show {
    display: block; }
  .xml-viewer .nav {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
    gap: 10px; }
    .xml-viewer .nav > div {
      font-size: 12px;
      cursor: pointer;
      border: 1px solid lightslategray;
      padding: 3px 10px;
      border-radius: 5px;
      background: lightslategray;
      color: #FFFFFF; }
  .xml-viewer #xml-viewer-div {
    width: 100%;
    height: calc(100vh - 60px);
    border: 1px solid lightslategray;
    background: #FFFFFF;
    position: relative;
    overflow: auto; }

#xml-viewer-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: none; }

/*# sourceMappingURL=opta-xml.css.map */
