body{
    font-family: 'Ubuntu',sans-serif;
    width: 960px;
    margin: 0 auto;
}

#content {
    text-align: center;
    background-color: seashell;
    padding-bottom: 35px;
}

h1{
    text-align: center;    
    font-size: 3em;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 50px;
}

section {
    margin: 25px 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#img_bridge{
    width: 900px;
}

.day_box{
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    
    
    margin: 0 auto;
    width: 200px;
    height: 200px;
    
    font-size: 7em;
    line-height: 185px;
    background-color: #FFFFFF;
    
    z-index: 1;
    position: relative;
    
    margin-top: 50px;
    margin-bottom: 50px;
}

#cricket{
    margin-top: -236px;
    width: 300px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: 0;
    box-shadow: 0px 0px 22px #000000;
    -webkit-backface-visibility: hidden;
    margin-left: 66px;
}

#gantry{
    margin-top: -236px;
    margin-left: -11px;
    width: 300px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: -1;
    box-shadow: 0px 0px 22px #000000;
    -webkit-backface-visibility: hidden;
}

#container {
    height: 352px;
    width: 438px;
    position: relative;
}
#image {
    position: absolute;
    left: auto;
    top: 0;
    width: 530px;
}
#text {
    z-index: 100;
    position: absolute;
    font-size: 41px;
    font-weight: bold;
    left: 88%;
    bottom: 62px;
}

#div_foot{

}
#img_foot{
    width: 960px;
}

#history_table{
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.aftermath_image{
    width: 350px;
}

.wreath{
    padding-left: 10px;
}

#history_table tr td { 
    padding: 5px;
}

#history_table tr td:first-child  { 
        padding-right: 22px;
}


#history_table th td { 
    padding: 20px;
}

tr.bottom td { border-top: thin solid black; }
tr:last-child  td{ border-bottom: thin solid black; }

.imgContainer{
    display: inline-block;
}

.capatcha {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }

a{
    text-decoration: underline;
    color: #456ad6;
}

.days_as_loser{
	width: 110px;
	font-size: 38px;
	text-align: center;
}