

.showroom.box {
    width: 33%;
    position: relative;
    text-align: center;
    padding-bottom: 12%;
}
.showroom.innerbox {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.showroom-text { font-weight: bold; font-size: 106%; }
.givemeacolor { background-image: url(content/color.php); }
.bgr { background-repeat: repeat; }


.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.btn-model { color: #424242; background-color: #e9f0f5; } 
.btn-model:hover { background-color: #cae2f3; } 

.wrap { word-break: normal; word-wrap: break-word; }

.notify { background-color: #FDFF9C; }
.notify-bar { padding: 10px; border: #000000 solid 1px; }
.full, .fill { width: 100%; }

.f { position: fixed; bottom: 0px; width: 100%; border: #ffffff; padding: 0px; margin: 0px; }


body { font-family: verdana; font-size: 103%; }
article { background-color: #ffffff; padding: 0.5em; width: auto; height: auto; }
.maincontent { background-color: #e9f0f5; padding: 1.0em; margin: 0 auto; width: 1000px; height: auto; }


.presenter { padding-left: 15px; }
.presenterTd { border: 1px #e9f0f5 solid; padding-bottom: 10px; }

/* ----- Mobile Content ----- */
@media only screen and (max-width: 1000px) {
	.presenter { height: 600px; }
	.presenterTd { width: 30%; } 
}
