.md-table{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    margin-right: 10px;
}

.md-table tr:hover td{
    background-color: #EEEEEE;
}

.md-table td{
    border-bottom: 1px solid #E0E0E0;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    height: 48px;
    min-height: 48px;
}

.md-table th .icon-table-reverse{
    margin-top: 10px;
    margin-left: -16px;
    font-size: 16px;
}

.md-table th span{
    margin-top: 7px;
    padding-top: 5px;
}

.md-table th{
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    border-bottom: 1px solid #E0E0E0;
    padding-left: 12px;
    height: 56px;
    min-height: 56px;
}

.md-table th span:hover{
    color: rgba(0, 0, 0, 0.87);
}

.md-table td:last-child,
.md-table th:last-child{
    padding-right: 24px;
}

.md-table td:first-child,
.md-table th:first-child {
    padding-left: 24px;
}

.md-table td.numeric{
    text-align: right;
}

.md-table thead{
    height: 64px;
    min-height: 64px;
    max-height: 64px;
}

.md-table thead .table-title{
    font-size: 20px;
}

.md-table thead .material-icons{
    text-align: right;
    color: rgba(0, 0, 0, 0.54);
}

.md-table thead .material-icons.clear{
    margin-top: 10px; 
    height: 25px;
}

.md-table thead md-input-container{
    margin: 0px;
    padding: 0px;
    max-height: 64px;
}

.md-table tr.checked{
    background-color: #F5F5F5;
}

.md-table md-card{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.md-table core-dropdown,
.md-table md-card{
    margin: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    overflow: hidden;
}