@media screen and (max-width: 768px) {
  .open-score-xcritical a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .um-certificates-link {
    display: flex;
    justify-content: center;
  }

  .registration-xcritical {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .um-certificates-image {
    width: 240px;
    height: 100%;
  }
  .platform h4 {
    text-align: center;
  }

}

@media screen and (max-width: 340px) {
  .platform-item-list {
    margin-left: 0;
  }
}

/* styles for tools-tables*/
.tools-tables-new {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.tools-tables-new th{

  text-align: center;
  background: rgb(100, 149, 237);

}

.tools-tables-new tr td{
  text-align: left;
  padding-left: 5px;

}
.tools-tables-new table {
  background: rgb(240, 248, 255);

}


