/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
thead th:empty {
    border: thin solid red !important;
    display: none;
}


.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
/*.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);*/
.cloudquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  /*font-family:Open Sans;*/
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

@media only screen and (max-width: 480px) {
  .cloudquote {
    width: 100%;
    font-size: 1.0em;
  }
}

.cloudquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.cloudquote::after{
  content: '';
}

.cloudquote span::before{
  content: '- ';
}
.cloudquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.cloudemail{
  font-size: 0.9em;
  width:90%;
  margin:20px auto;
  /*font-family:Open Sans;*/
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 30px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

li i.fa {
  margin-bottom:0.2em;
}

.text-bg {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparant zwart */
  border-radius: 0.5rem; /* afgeronde hoeken */
  padding: 0.5rem 1rem; /* boven/onder en links/rechts padding */
}
