@charset "utf-8";
/* CSS Document */
/*
.row {
  display: flex;
  align-items: center;
  
}
*/

.tablenav-pages br { 
/* fix those annoying themes or other plugins that insist on adding wpautop filter to post shortcode content */
    display: none!important;
}


.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;
}
.full_width{
	width:100%;
}
/* Clear floats after the columns */
.row-tem:after {
  content: "";
  display: table;
  clear: both;
}

