/**
* Metis - Bootstrap-Admin-Template v2.2.0
* Author : Osman Nuri Okumuş 
* Copyright 2015
* Licensed under MIT
*/
.views {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.views-row {
  display: table-row;
}
.views-row .view {
  display: table-cell;
}
