.wpgcc-chord,
.wpgcc-chord-cache {
	width: 250px;
	height: 413px;
	display: inline-block;
	margin: 0 !important;
	position: relative;
	float: left;
}
.wpgcc-chord.loaded {
	height: auto;
	width: auto;
}
.wpgcc-chord:not(.loaded):after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	background: url('../img/loading.gif') no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.admin-bar .wpgcc-chord.cached:after {
    content: " ";
    display: block;
    border: solid 0.8em #9f301c;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    right: 0.5em;
    top: 80%;
    margin-top: -0.5em;
}
.admin-bar .wpgcc-chord.cached:before {
    content: " ";
    display: block;
    width: 0.6em;
    height: 0.9em;
    border: solid #fff;
    border-width: 0 0.3em 0.3em 0;
    position: absolute;
    right: 1em;
    top: 79%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}