﻿.showmanBox{
    /*background-color: #dff0d8;*/
    text-align: center;
    vertical-align: middle;
    height: 100%;
    line-height: 100%;
    margin: 0 auto;
}

.showmanBorder{
    border: 3px solid #428bca; 
    border-radius: 5px;
}

.showmanHeight100{
    height: 100px;
    line-height: 100px;
}

.showmanHeight200{
    height: 200px;
    line-height: 200px;
}

.showmanHeight300{
    height: 300px;
    line-height: 300px;
}

.showmanHeight400{
    height: 400px;
    line-height: 400px;
}

.showmanHeight500{
    height: 500px;
    line-height: 500px;
}

.showmanHeight600{
    height: 600px;
    line-height: 600px;
}

.showman-small-square{
    height: 200px;
    max-width: 250px;
}

.showman-medium-rectangle{
    height: 250px;
    max-width: 300px;
}

.showman-large-rectangle{
    height: 280px;
    max-width: 336px;
}

.showman-large-leaderboard{
    height: 90px;
    max-width: 970px;
}

.showman-leaderboard{
    height: 90px;
    max-width: 728px;
}

.showman-large-skyscraper{
    height: 600px;
    max-width: 300px;
}

.showman-responsive{
    width: 100%;
    height: 100%;
}


