﻿
 .left {
                height: 750px auto;
                padding: 10px;
                margin: 5px;
                background-color: #5f5f5f;
                width: 400px;
                float: left;
                box-sizing: border-box;
                min-height: 720px;
            }
        .start {
            font-family: "Open Sans", sans-serif;
	        font-size: 0.8em;
	        color:#ffcc22;
            }
      .h3 {
            font-size:x-large;
            color:#ffcc22;
            padding:0px;
            text-align:center;
            text-shadow:1px 1px 0px #333;
        }
        .h4 {
            font-size: larger;
            color:#ffcc22;
            padding:0px;
            text-align:center;
            text-shadow:1px 1px 0px #333;
        }
        .h5 {
            font-size:large;
            color:#ffcc22;
            padding:0px;
            text-align:right;
             text-shadow:1px 1px 0px #333;
        }
         .h6 {
            font-size:large;
            color:#ffcc22;
            padding:0px;
            text-align:right;
             text-shadow:1px 1px 0px #333;
        }
     .title {
         color:#5f5f5f;
         font-size:24px;
         text-align:center;
         background-color:#ffcc22;
         box-sizing: border-box;
         width: 380px;
        }
.release {font-size:11px;
          font-weight:700;
}
.wrapper1 {
    display: table;
    width: 750px;
    height: 20px;
    margin: 0 auto;
    background: #5f5f5f;
}
    .wrapper1 p {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    }


    
       
   