/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
    color: #606060;
    font-family: 'Hiragino Sans', 'Meiryo', sans-serif;
}

.container {
  max-width: 960px;
}

.bg-info-gradient {
    background-image: linear-gradient(to right, #17a2b8, #0f6674);
}

.bg-success-gradient {
    background-image: linear-gradient(to right, #28a745, #19692c);
}

a:hover {
  text-decoration: none;
}

.td-clickable {
  cursor: pointer;
}

.tr-clickable {
  cursor: pointer;
}

.vmiddle {
  vertical-align:bottom;
}