﻿.appSkin-BuildingImg {
    background: url("../images/building.png") no-repeat;
}

.devBuildInfo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    padding: 5px;
    cursor: pointer;
    height: 65px;
    border-right: 10px #c4161c solid;
    border-left: none;
}

.isClosed {
    width: 0;
    padding: 0;
    cursor: pointer;
    height: 65px;
    border-right: 10px #c4161c solid;
    border-left: none;
}

.denverLogo {
    background: url("../images/denverlogo.png") no-repeat;
}