.fs-07 {
    font-size: 0.7em;
}

.blink {
  animation: blink-animation 2s steps(2, start) infinite;
}
@keyframes blink-animation {
  10% {
    visibility: hidden;
  }
}

.v-hidden {
	visibility: hidden;
}

.btn.btn-xs {
	padding: 0.2rem 0.4rem;
	font-size: 0.6rem;
}

.text-transform-none {
    text-transform: none;
}

a.link {
	text-decoration: underline !important;
}

.grid-view table {
	border: 1px solid #ccc !important;
}

.grid-view .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.0001);
}