/* CSS Document */
#dashboard table {
  width: 100%;
  border-collapse: collapse;
}

#dashboard table th {
  text-align: left;
  padding: 2px 3px;
}

#dashboard table tbody td {
  border-top: 1px solid #D3D3D3;
  padding: 2px 3px;
  vertical-align: top;
}

#dashboard table tbody tr {
  cursor: pointer;
}

#dashboard table tbody tr:hover td {
  background-color: #FCF2E5;
}

#shortcuts img {
  /* border: 1px solid #D3D3D3; */
  border: none;
}

#shortcuts .shortcutAction {
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  font-weight: normal;
  border: none;
}

#shortcuts .shortcutAction:hover {
  background-color: #F4D1A8; 
}

#shortcuts a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}