﻿.FavoriteStar {
    color: rgb(204, 204, 204);
}
.FavoriteStar.favorited {
    color: rgb(255, 0, 0);
}
.pre-loader {
    background: url('../images/pdx-pre-loader.svg') center center no-repeat #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
}