﻿body {
}

body {
}

.centering {
    float: none;
    margin: 0 auto;
}

.HandPointer {
    cursor: pointer;
}

.TreeViewImageSpace img {
    margin-left: 5px;
}

.blink_me {
    animation: blinker .5s linear infinite;
    animation-iteration-count: 3;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.dropdownlist_no_arrow {
    -webkit-appearance: none;
    text-align-last: center;
    border-radius: 2px;
}
