.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.tablepress tbody tr:first-child td, .tablepress .even td, .tablepress tbody td, .tablepress tfoot th, .tablepress .odd td {
	vertical-align: middle;
}
@media screen and (min-width: 600px) {
.vlog-txt-module .dataTables_wrapper, .igracki-ucinak {
	display:none;
}
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}