body {
	background: #011425;
/* background-image: url(images/background.jpg); */
	}

body, p {
font-family: arial;
}	

h1 {
color: #FFF;
font-size: 50px;
}

ul {
    -moz-column-count: 7;
    -moz-column-gap: 20px;
    -webkit-column-count: 7;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 10px;
}

li {
	list-style-type: none;
}

.name, .donate, .total, .grandTotal, .video, .mytotal {
font-weight: bold;
color: #FFF;
text-align: center;
font-size:  17px;
width: 300px;
}

.donate a {
	color: #FFF;
}

.total {
font-size: 30px;
width: 100%;
}

.image img{
margin: 5px auto 15px 5px;
padding: 2px;
width: 250px;
height: 321px;
}

.contestant {
margin-bottom: 40px;
width: 100px;
}

.logo {
	width: 300px;
	height: 171px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 600px) {

.contestant {
float: left;
width: 80%;
}

ul {
  -webkit-column-width: 400px;
  -moz-column-width: 400px;
  column-width: 400px;
    }

.image img {
margin: auto;
width: 250px !important;
height: 321px !important;
}

}