.table a
{
    text-decoration:none;
    color: #1f56e6;
    font-weight: bold;
    border-bottom: 2px solid;
}

.table a:hover
{
    text-decoration:none;
	color: #007bff;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: '\2714';
    margin-top: -6px;
    margin-left: -5px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

tbody {
	font-weight: 600
}

/* This is useful to override cell background color of selected row */
tr.selected td, tr.selected th {
    background-color: transparent !important;
}

#marketwatchTable td {
  vertical-align: middle;
}