


img.list {
  max-width: 200px;
  max-height: 120px;
}

img.single  {
  margin-top: 20px;
  max-height: 400px;
  max-width: 400px;
}

.home img {
  max-width: 90%;
  max-height: 130px;
}

.btn-group-xs>.btn, .btn-xs {
    margin: 1px;
}

.home-list li {
    float: left;
    width: 20%;
    height: 200px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.recipe-list li {
    float: left;
    width: 20%;
    height: 250px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.vertical-center {
/*      width : 160px;
      height : 180px;
/*      display : table-cell;*/
      vertical-align : middle;
/*      border : 1px solid red;*/
      float:none;

  }

td
{
    text-align:center;
    vertical-align:middle;
}

h4.without-image {
  margin-top:35%;
}

h4.with-image {
  margin-top: 10%;
}

#sidebar-wrapper {
    padding-left: 5px;
}
