body {
  background-color: #c2c0c0;
  font-family: 'Source Sans Pro';
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  margin-bottom: 16px;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  margin-right: 8px;
}

img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

#modal {
  position: relative;
  top: 33vh;
  width: 327px;
  padding: 16px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

@media (min-width: 774px) {
  #modal {
    width: 424px;
  }
}

#browser-alert-header {
  position: relative;
}

#close-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

#browser-list-container {
  margin-top: 16px;
}

#browser-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.browser-option {
  text-align: center;
}
.browser-option * {
  display: block;
}
