div.dashboard_div, div.dashboard_div table, div.dashboard_div th, div.dashboard_div td {
border: 0px solid white !important;
padding: 1px 4px !important;
}
div.dashboard_div td {
vertical-align: middle !important;
}
div.dashboard_div h2, div.dashboard_div h3, div.dashboard_div a {
color: rgb(67, 149, 57) !important
}
div.dashboard_div td img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
div.dashboard_div td img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} |