﻿
[data-action="expandResearch"] {
    cursor: pointer;
    text-align:center;
}


[data-action="expandResearch"]:hover {
    text-decoration:underline;
}

.loading {
    font-size: 1.5rem;
    display: block;
    margin: 10px auto;
    text-align: center;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}