/*.tooltipster-sidetip .tooltipster-box {
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    color: #232f3e;
}
.tooltipster-sidetip .tooltipster-content {
    color: #232f3e;
}
*/
.tooltipster-base .tooltipster-content {
    overflow: visible;
}

[v-cloak] {
  display: none;
}

.hidden {
  display: none !important;
}

.pure-form input[readonly] {
    background-color: inherit;
    color: inherit;
}

.pure-form select {
    font-family: "Helvetica Neue", helvetica, "Apple Color Emoji", arial, sans-serif;
    padding: 0.4em 0.5em;
}
