.mk-grid {
    max-width: 85%;
}
table th {
    padding: 0px;
}
table.cf7-db-table tbody td {
    font-size: 12px;
    padding: 5px;
}
table.cf7-db-table tbody td button:hover {
    background-color: #f97352;
    color: white;
}
table.cf7-db-table .datepicker {
    width: 100px;
    padding: 5px;
    position: relative;
    top: 5px;
}        
table.cf7-db-table th {
    background-color: #999;
    color: white;
    text-transform: none;
}
table.cf7-db-table tbody td {
    border: 1px solid white;
    position: relative;
}
table.cf7-db-table tbody td .popupbox {
    color: white;
    padding: 3px;
    width: 65px;
    line-height: 10px;
    position: absolute;
    z-index: 100;
    display: none;
    top: 0px;
    right: 0px;
}
table.cf7-db-table tbody td .popupbox.confirmation {
    background-color: green;
}
table.cf7-db-table tbody td .popupbox.error {
    background-color: red;
}
table.cf7-db-table tbody td textarea,
table.cf7-db-table tbody td input {
    box-shadow: none;
}
.tablesorter-ice th {
    border: 0px solid #ccc !important;
}
table.cf7-db-table tbody tr.dataRow:nth-child(even) {
    background-color: #eee;
}
table.cf7-db-table tbody tr.dataRow:nth-child(odd) {
    background-color: white;
}
table.cf7-db-table textarea {
    padding: 0.3rem;
}
#filtros_checkbox {
    margin-bottom: 10px;
    margin-top: 10px;
}
#filtros_checkbox > div {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px;
}
#filtros_checkbox > div span {
	color: #f97352;
	margin-right: 10px;
	font-weight: bold;
}
#filtros_checkbox > div label {
	margin-right: 5px;
}
#filtros_checkbox > div input {
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
	vertical-align: middle;
	width: auto;
}
#alertas tbody td {
	max-width: 250px;
}
#alertas tbody td[title=autor] img {
	cursor: pointer;
}
#alertas tbody td[title='thebookfinder'] {
	text-align: center;
	width: 200px;		
}
#alertas tbody td[title='thebookfinder'] a {
	display: block;
	width: 200px;	
	text-align: left;
}
#filtros_checkbox > div {
    display: inline-block;
    width: 33%;
}

