.stack-modules {
  display: block;
}

.stack-modules .moduletable {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
/* Apply the same readmore style to modules */
.moduletable .readmore,
center-left .readmore,
top .readmore {
    display: inline-block;
    background-color: #0b2e6d;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.moduletable .readmore:hover,
center-left .readmore:hover,
top .readmore:hover {
    background-color: #254b9b;
    text-decoration: none;
    color: #ffffff;
}
