body {
    padding-top: 70px;
}
.container {
    max-width: 1000px;
}
.changeToLinkCursor{
    cursor: pointer;
}
#wait {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.label-sm {
  font-size: 12px;
}

.label-md {
  font-size: 16px;
}

.grande {
  font-size: 20px;
}