@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    font-family: 'Noto Sans TC', sans-serif;
}

.text-isweety-pink {
    color: #e34596;
}

.thead-isweety-pink {
    background-color: #e34596;
    color: white;
}

.btn-isweety-pink {
    background-color: #e34596;
    color: white;
}

thead {
    white-space: nowrap;
}

.query-spacer {
    margin-bottom: 50px;
}

.card-body {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

