figure
{  
  margin: 10px auto;
  width: 100%;
  height: 200px;
  line-height: 200px;
}

.columns
{
  margin-top: 15px;
}

.fakeImg
{
  vertical-align: middle;
  max-width: 200px;
  max-height: 200px;
}

.fakeImg.small
{
  max-width: 80px;
}

.cardTitle
{
  padding: 6px 0;
  font-weight: bold;
}

.card-footer
{
  font-size: 0.85em;
}

.is-margin-3
{
  margin: 10px 0 20px;
}

.has-background-light-yellow
{
  background-color: #fffde0;
}

.has-background-light-blue
{
  background-color: #bde4f3;
}

/*section.section
{
  padding-left: 10%;
  padding-right: 10%;
}*/

.planoExample
{
  border: 2px solid #fff;
  box-shadow:  0 0 6px 0 rgba(0,0,0,0.8);
}

.content h2
{
  margin-bottom: 25px;
}

.positionImg
{
  float: left;
  margin-right: 20px;
}

section .container
{
  width: 80%;
  max-width: 1100px;
}

.notification.has-background-light-yellow hr
{
  background-color: #333;
  margin: 1rem 0;
}

#top
{
  position: fixed;
  right: 5px;
  bottom: 30px;
  display: none;
}