@import url("https://xandaocdn.alexandrepicinato.com.br/recursos/css/headergenerator.php?color=fefefe&token=1");
@import url("https://xandaocdn.alexandrepicinato.com.br/recursos/css/papereffects.css");


body {
  background-color:  #f4f4f4;
}

.content {
  margin-top: 5rem;
}
.commentarie {
    border: 2px dotted #e4e4e4;
    margin-bottom: 1rem;
    padding: 1rem;
}
#comentaries-container{
  padding: 5% 10% 10% 10%;
}
.none{
  display: none;
}
h1 {
  color: #e74c3c;
  font-family: serif;
  font-size: 80px;
  font-weight: bold;
}

#verse-container {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 3rem;
  padding-bottom: 4rem;
}

#verse {
  border: 2px dotted #e4e4e4;
  margin-bottom: 1rem;
  padding: 1rem;
}

#verse a {
  color: #e74c3c;
  font-size: 0.7rem;
  font-style: normal;
}

#verse a::before {
  content: '\A';
  white-space: pre;
}

.btn-bible {
  background-color: #e74c3c;
  box-shadow: 1px 1px 0 1px rgba(0,0,0,.2);
  color: #fff;
  cursor: pointer;
}

.btn-bible:focus {
  box-shadow: 1px 1px 0 1px rgba(0,0,0,.2);
}

.btn-bible:active {
  background-color: #d83e2e;
  margin: 1px 0 0 1px;
  box-shadow: none;
  color: #eee;
}

.commentbox {
    margin: auto;
    background: url(https://cdn2.iconfinder.com/data/icons/general-ui-outlined/16/search-256.png) 0px 5px / 24px no-repeat transparent;
    width: 80%;
    float: left;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-image: initial;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 10px 10px 10px 30px;
    color: rgb(24, 25, 26);
    overflow-wrap: break-word;
    outline: none;
    display: flex
;
    flex: 1 1 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}