/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.box {
  border: 3px solid #edf8f1;
  margin-bottom: 20px;
  padding: 16px;
  height: 210px;
  overflow: hidden; }

body.mobile .box {
  /*border-top:0px;*/
  height: 215px;
  /*margin:0px;*/ }

body.mobile .portlet-layout .aui-w50:nth-child(1) .box {
  /*border-right:0px solid #edf8f1;*/ }

body.mobile .portlet-layout .aui-w50 .portlet-column-content .portlet-journal-content:nth-child(1) .box {
  border-top: 3px solid #edf8f1; }

.box .clearfix {
  height: 100%;
  width: 100%; }

.box .title {
  color: #33332C;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 26px;
  padding-right: 18px; }

body.mobile .box .title {
  text-align: center;
  padding-right: 0px; }

.box .description {
  color: #777;
  font-size: 13px;
  line-height: 19px;
  padding-right: 18px; }

.box .box-with-image, .box .box-image-content {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  float: right; }

body.mobile .box .box-with-image, body.mobile .box .box-image-content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none; }

body.mobile .box .box-with-image {
  padding-top: 15px; }

.box .box-image-content img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.box.tsfz-sidebar-box {
  height: inherit; }

.box.tsfz-sidebar-box img {
  margin: 0 auto; }

.tsfz-box {
  border: 3px solid #edf8f1;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 16px; }

.summary-container-sidebar.side .box {
  height: inherit;
  margin: 0; }

