﻿.tile-box {
    line-height: inherit;
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 20px;
}

.bg-blue {
    color: #333;
    border-color: #dddddd;
    background: #f5f5f5;
}

.tile-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
    text-align: left;
    text-transform: uppercase;
    border: 0 !important;
    background: #eee;  /*rgba(255,255,255,.2);*/
}

.tile-content-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.tile-content {
    font-size: 35px;
    text-align: right;
}

.glyph-icon {
    font-size: 35px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 70px;
    margin-top: -36px;
    opacity: .3;
}