body {
  background-color: #fafafa;
  font-size: 16px;
}

.container {
  width: auto;
  max-width: 980px;
  padding: 2em;
}

.btn.disabled:hover {
  cursor: not-allowed;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul {
  margin-left: 2em;
}

table {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}

th, td {
  vertical-align: top;
  line-height: 1.5;
  padding: .25em;
}

thead tr, tbody tr:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.tos-pp {
    text-align: center;
    font-size: .8em;
}

.sponsor-list img {
  width: 100%;
}

.btn-outline {
  border-color: #ccc;
  box-shadow: 0px 2px 2px #e5e5e5;
}

.btn-demo {
	border:1px solid #4078c0;
  box-shadow: 0px 2px 2px #4078c0;
}

.btn-demo:hover {
  box-shadow: none;
}
