﻿.stoma-container {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translateX(-50%);
}

.stoma-canvas {    
    background: url('../../images/MyPenTorso.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    margin-top: 10px;
}

.stoma-list-container {
    position: absolute;
    top: 262px;
    bottom: 0;
    left: 5px;
    right: 5px;
}

.tile-container-box {
    position: relative;
    height: 500px;
    width: 400px;
    background-color: #fff;
    margin-left: 8px;
    margin-top: 8px;
    float: left;
    /*border: 1px solid #ccc;*/
    border-radius: 2px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.132), 0 0.3px 0.9px 0 rgba(0,0,0,0.108);
    -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.132), 0 0.3px 0.9px 0 rgba(0,0,0,0.108);
}