ul {
  list-style: none;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.wrapper {
  max-width: 700px;
  padding: 30px 20px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

h2 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

.status-page-image {
  border-radius: 400px;
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 3px;
  width: 215px;
  height: 215px;
  margin-bottom: 15px;
}

.supported-browsers-list {
  background: #fff;
  border: 1px solid #c5c5c5;
  margin-top: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.supported-browsers-list-item {
  padding: 30px 30px 30px 85px;
  background-size: 30px;
}

.supported-browsers-list-item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.browser-chrome {
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-image: url(./assets/images/browser-icon/chrome.png);
}

.browser-edge {
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-image: url(./assets/images/browser-icon/edge.png);
}

@media (min-width: 500px) {
  .supported-browser-download {
    text-align: right;
    float: right;
  }

  .supported-browser-information {
    float: left;
  }
}

.supported-browser-information {
  font-weight: 600;
  font-size: 15px;
}

a {
  color: #216ba5;
  text-decoration: none;
}

a:hover {
  color: #144063;
  text-decoration: underline;
}

.clearfix {
  clear: both;
}

em {
  font-style: italic;
}

.no-margin {
  margin: 0 !important;
}
