#menu {
  clear:both!important;
}
#admin_content {
  /*margin: 10px;*/
}


.tableContainer {
  border:  1px solid #DCDFE2;
}
table.view {
  width: 100%;
  border-collapse: collapse;
}
table.view th {
   padding: 2px 5px 2px 5px;
   font-weight: bold;
   text-align: left;
   color: #000;
   background: #EFF5FF;
   border-top: 1px solid #e9f0ff;
   border-right: 1px solid #e9f0ff;
   border-bottom: 1px solid #DCDFE2;
   border-left: 1px solid #e9f0ff;
   white-space: nowrap;
}

table.view td {
  padding: 2px 5px 2px 5px;
}

table.view tr.odd {
  background: #f4f4f4;
}

#pagination img {
   border: none;
}

#pagination .resultado {
   width: 300px;
   float:left;
}

#pagination .registros {
   width: 300px;
   float:right;
   text-align: right;
}