.flowtable {
  margin-bottom: 50px;
}

.flowmaster,
.flowmasterth {
  padding: 4px;
  border-bottom: 1px #ccc solid;
}

#titlePhoto2 {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 80%;
  min-height: 100px;
  color: #fff;
  text-align: center;
  background-color: #fff;
}
#titlePhoto2 img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.tab {
  float: left;
  padding: 3px;
  margin-right: 2px;
  list-style: none;
}
.tab li {
  float: left;
  padding: 3px;
  margin-right: 2px;
  list-style: none;
}
.tab li a {
  float: left;
  padding: 3px;
  margin-right: 2px;
  list-style: none;
}

a:hover {
  /* font-size: 120% !important; */
  color: #666 !important;
  opacity: 1.5;
}

.content {
  clear: both;
}

.area {
  display: none;
}

.flowtxt th {
  vertical-align: middle;
}

.flowtable {
  margin: 30px 0 100px 0;
}

p {
  padding: 5px;
}

.text {
  max-width: 860px;
  padding: 5px;
}

.margin50 {
  margin-top: 50px;
}

.margin50w {
  margin: 50px 0 50px 0;
}

.margin100 {
  margin-top: 100px;
}

#flowli {
  padding: 0;
}

.page-top {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 999;
  display: block;
  width: 35px;
  height: 35px;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #9fd6d2;
  border-radius: 30px;
}
.page-top a {
  z-index: 999;
  display: block;
  width: 35px;
  height: 35px;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #9fd6d2;
  border-radius: 30px;
}
.page-top a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3d8e88;
  outline: medium none;
  transition: all .2s ease 0s;
}
.page-top a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.page-top i {
  display: none;
}

hr {
  border: 1px dotted #999;
}
