@charset "utf-8";
/* CSS Document */
.row {
  display: flex;
  align-items: center;
  
}
.column_tem {
  float: left;
  padding:20px;
  font-size:19px;
}
.column_tem-iframe {
  float: left;
  padding:20px;
  font-size:17px;
}
.left {
  width: 75%;
}

.right {
  width: 25%;
	vertical-align: middle;
}
/* Clear floats after the columns */
.row-tem:after {
  content: "";
  display: table;
  clear: both;
}

