/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.linkbutton:link, .linkbutton:visited {
  background-color: #e30613;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.linkbutton:hover, .linkbutton:active {
  background-color: #c10510;
}

.ff_article_onePic{
  width: 400px;
}

.ff_article_twoPic1{
  width: 400px;
}

.ff_article_twoPic2{
  width: 400px;
  margin-left: 5px;
}

.ff_engine_box {
  display: flex; 
  gap: 5px;
  flex-wrap:wrap;
}
.ff_engine_facts {
  font-weight:bold;
}

.ff_engine_facts th {
  text-align:left;
}

.ff_engine_facts tr:nth-child(2n) {
  background-color: #ffff99;
}