@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

#wpfooter, .update-nag, #wp-admin-bar-wp-logo {
	display:none;
	content: none;
}

.crud-list th {
  color:#D5DDE5;;
  background:#a89a89;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}


.crud-list tr {

  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.crud-list tr:hover td {
  background:#f2eade;


}

.crud-list tr:first-child {
  border-top:none;
}

.crud-list tr:last-child {
  border-bottom:none;
}

.crud-list tr:nth-child(odd) td {
  background:#f7f7f7;
}

.crud-list tr:nth-child(odd):hover td {
  background:#f2eade;
}

.crud-list tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

.crud-list tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

.crud-list td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.crud-list td:last-child {
  border-right: 0px;
}

.crud-list th.text-left {
  text-align: left;
}

.crud-list th.text-center {
  text-align: center;
}

.crud-list th.text-right {
  text-align: right;
}

.crud-list td.text-left {
  text-align: left;
}

.crud-list td.text-center {
  text-align: center;
}

.crud-list td.text-right {
  text-align: right;
}

.crud-form .formLabel {
  color: #444;
  font-size:13px;
  vertical-align:top;
}
.crud-form .formLegend {
  color: #888;
  font-size:11px;
}
.crud-form .formField {
  color: #444;
  font-size:13px;
  vertical-align:top;
}

.crud-form .formField input[type="text"],
.crud-form .formField input[type="password"],
.crud-form .formField input[type="color"],
.crud-form .formField input[type="date"],
.crud-form .formField input[type="datetime"],
.crud-form .formField input[type="datetime-local"],
.crud-form .formField input[type="email"],
.crud-form .formField input[type="month"],
.crud-form .formField input[type="number"],
.crud-form .formField input[type="search"],
.crud-form .formField input[type="tel"],
.crud-form .formField input[type="text"],
.crud-form .formField input[type="time"],
.crud-form .formField input[type="url"],
.crud-form .formField input[type="week"],
.crud-form .formField select,
.crud-form .formField textarea {
	width: 100%;
	font-size:12px;
}
.crud-form .formField fieldset {
	width: 100%;
	border:1px;
	font-size:12px;
}

.tablenav .tablenav-pages a, .tablenav-pages-navspan {
    display: inline-block;
    min-width: 17px;
    border: 1px solid #ccc;
    padding: 3px 5px 7px;
    background: #e5e5e5;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.tablenav .tablenav-pages a:focus, .tablenav .tablenav-pages a:hover {
    border-color: #5b9dd9;
    color: #fff;
    background: #00a0d2;
    box-shadow: none;
    outline: 0;
}

/*.widefat {
	width: auto;
}

td.simple-table-manager-list-all-even {
	border: thin solid white;
}

td.simple-table-manager-list-all-odd {
	border: thin solid white;
	background-color: #def3fc;
}
tr.simple-table-manager-list-all-odd:hover{
	background-color: #000000;

	tr:hover {
						background-color: #A89A89;
					}
}


input[type=text] {
	width: 400px;
}

textarea {
	width: 400px;
	height: 10em;
}
*/
