/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

/*------------------------*/
.flowGrid{position: relative;padding: 0;}
.flowGrid:before,.flowGrid:after{
  content: "";
  display: table;
}
.flowGrid:after{
  clear:both;
}
.flowGridItem{
  list-style: none;
}
.flowGridItem img{
  width:100%;
}
.flowGridColumn{
  float: left;
  padding-left: 10px;
}
.flowGridColumn:last-of-type{
  padding-right: 10px;
}

/*---------- demo page only--------------*/
header{
  background-color: #efefef;
  margin-bottom: 25px;
  height: 170px;
  text-align: center;
}

.WB_follow_ex .follow_text {
  width: 40px!important;
}