/* CSS styles */
h1 {
font-family: Impact, sans-serif;
color: #CE5937;
}
#logo { float: left }    	  
#team { float : right }

/* trianle - frame - play */
.container {
    margin: auto;
    text-align: center;
    width: 940px;
}
/* triangle - play */
.shape-section {
    background: #222;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
    margin-top: 30px;
    padding: 40px 0;
}
.diamond-shape {
    background: #ffff;
    height: 60px;
    txt-align: center;
    transform: rotate(45deg);
    width: 60px;
}
.item-count {
    color: #333;
    display: table-cell;
    height: 60px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 60px;
}