@charset "UTF-8";

div.user-generated-content {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

div.user-generated-content * {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #3c3c3c;
}

div.user-generated-content img {
  -webkit-filter: drop-shadow(5px 5px 5px #3c3c3c);
  filter: drop-shadow(5px 5px 5px #222);
}

div.user-generated-content li {
  margin-left: 40px;
  list-style-type: disc;
}

div.user-generated-content h1 {font-size: 32px; font-weight: 700; margin-top: 16px; margin-bottom: 16px;}
div.user-generated-content h2 {font-size: 25px; font-weight: 700; margin-top: 16px; margin-bottom: 16px;}
div.user-generated-content h3 {font-size: 20px; font-weight: 700; margin-top: 16px; margin-bottom: 16px;}
div.user-generated-content h4 {font-size: 18px; font-weight: 700; margin-top: 16px; margin-bottom: 16px;}
div.user-generated-content h5 {font-size: 16px; font-weight: 700; margin-top: 16px; margin-bottom: 16px;}
div.user-generated-content h6 {font-size: 14px; font-weight: 700; margin-top: 16px; margin-bottom: 16px;}

.mint-content {
  color: #3c3c3c;
}

.row ul li {
  margin-left: 40px;
  list-style-type: disc;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.equal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.equal div[class*='col-'] {
  flex:1 1 auto;
  display: flex;
}

.equal .panel {
  flex:1 0 100%;
}

.panel-title {
  font-weight: bold;
}

a.green-link {
    color: green;
    text-decoration: underline;
}
