        body {
            font-family:verdana;
            font-size:12px;
            background-color:ghostwhite;
            color:#330033;
        }
        .active {
            cursor:pointer;
        }
        .inactive {
            cursor:default;
        }
        .card-border-top {
            border-width:3px;
            border-style:solid;
            border-top-right-radius:21px;
            border-top-left-radius:21px;
            border-bottom:none;
        }
        .card-border-all {
            border-width:3px;
            border-style:solid;
            border-radius:21px;
        }
        .card-border-grey {
            border-color:grey;
        }
        .main {
            position:relative;
            width:96%;
            margin:auto;
        }
        .main-header {
            position:relative;
            background-color:aliceblue;
            text-align:center;
            padding-top:3px;
        }
        .main-header h2, h4 {
            text-align:center; margin:0px auto;
        }
        .main-header div {
            text-align:center;
            margin:5px auto;
        }
        .main-control {
            position:relative;
            height:55px;
            top:-21px;
            background-color:cadetblue;
            padding:3px 0px;
        }
        .main-control div {
            display:inline-block;
            border:1px solid black;
        }
        .control-outer:first-of-type {
            margin-left:15px;
        }
        .control-outer:last-of-type {
            margin-right:15px;
        }
        .control-outer {
            position:relative;
            top:0px;
            display:inline-block;
            margin:auto;
        }
        .control-inner {
            position:relative;
        }
        .main-banner {
            position:relative;
            height:55px;
            background-color:pink;
            top:-42px;
            margin:auto;
        }
        .main-content {
            position:relative;
            min-height:250px;
            background-color:cornsilk;
            top:-63px;
            margin:auto;
            overflow:hidden;
            _display:none;
        }
        .main-content-background {
            position:relative;
            top:-21px;
            width:100%;
            height:100%;
        }
        .main-content-foreground {
            position:absolute;
            top:0px;
            left:0px;
            width:100%;
            height:100%;
        }
        .main-content-foreground div {
            position:relative;
            width:280px;
            height:30px;
            line-height:27px;
            margin:auto;
            margin-bottom:19px;
            text-align:center;
            border:1px solid black;
        }
        .display-size {
            position:absolute;
            top:5px;
            left:19px;
            width:60px;
            height:17px;
            background-color:white;
            border:1px solid black;
        }
