border-bottom: 1px solid #ddd;
-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
border-bottom: 1px solid #ccd0d4;
.table > .table-body > tr:nth-child(even) > td {
background-color: #eef2f6;
color: #969ea6;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
a{
color: #3f8abf;
}
#mupMain, body {
background: #f6f7f8;
}
body {
color: #393f47;
background-color: #eff2f6;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-overflow-scrolling: touch;
}
.probar-border {
border-top: 1px solid rgba(46,62,72,.12);
}
.cabecera-cards{
border: 1px solid #e2e2e2;
background: #f8f8f8;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
background: -o-linear-gradient(#ffffff, #eeeeee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}