* {
  box-sizing: border-box;
}

html {
  background: #eef2f5;
  color: #1d2935;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
  background: #eef2f5;
}

a {
  color: #1477a8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container,
.container {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto;
}

#uph-header,
.uph-dark {
  min-height: 18px;
  background: #253544;
}

#header,
header.container {
  margin-top: 24px;
  padding: 28px 0 18px;
}

.sip-title,
.sip-title a,
h1 {
  margin: 0 0 10px;
  color: #23313c;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
}

.sip-title strong,
h1 strong {
  color: #1186b8;
  font-weight: 700;
}

.dashhead-subtitle,
h2,
h3 {
  color: #50606d;
  font-weight: 400;
}

nav,
.menu,
#menu,
.nav,
.navbar {
  margin: 18px 0;
}

ul,
ol {
  padding-left: 24px;
}

main,
#main,
#content,
.content,
.entry-content,
.survey,
.stats,
.login,
.register,
.answer {
  margin: 0 auto 40px;
  padding: 26px;
  background: #fff;
  border: 1px solid #d9e0e6;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(20, 35, 50, 0.06);
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

[class*="col-"] {
  flex: 1 1 240px;
  min-width: 0;
}

.btn,
button,
input[type="submit"],
.button {
  display: inline-block;
  padding: 10px 16px;
  border: 0;
  border-radius: 4px;
  background: #1477a8;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

input,
select,
textarea {
  max-width: 100%;
  padding: 9px 10px;
  border: 1px solid #cfd8df;
  border-radius: 3px;
  font: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

th,
td {
  padding: 10px;
  border-bottom: 1px solid #dfe6eb;
  text-align: left;
}

.alert {
  padding: 12px 16px;
  margin: 16px 0;
  background: #f4f8fb;
  border: 1px solid #d7e4ec;
  border-radius: 4px;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  #container,
  .container {
    width: min(100% - 20px, 1060px);
  }

  .sip-title,
  .sip-title a,
  h1 {
    font-size: 32px;
  }

  main,
  #main,
  #content,
  .content,
  .entry-content,
  .survey,
  .stats,
  .login,
  .register,
  .answer {
    padding: 18px;
  }
}
