/* Game items CSS */

.icon_in_text
{
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
}

.icon_small
{
    width: 20px;
    height: 20px;
}

.icon_medium
{
    width: 32px;
    height: 32px;
}

.icon_large
{
    width: 48px;
    height: 48px;
}

.icon_xl
{
    width: 64px;
    height: 64px;
}

.icon_xxl
{
    width: 96px;
    height: 96px;
}

.icon_xxxl
{
    width: 128px;
    height: 128px;
}

/* A div around a building image */
.building_cropped
{
    width: 128px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.building_cropped .i
{
    position: relative;
    width: 100px;
    height: 100px;
    top: -15px;
}

.building_cropped .level
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.building_cropped .state {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 4px;
}
