﻿

/************************************/
.infoWrapper {
    display: block;
    /* width is set on parent @ 630px */
}
.infoWrapper h3 {
    border-bottom: solid 1px #ED0677;
    color: #ED0677;
    font-size: 1.8em;
    line-height: 2.0em;
    margin-bottom: 20px;
}
.infoWrapper h2 {
    font-size: 1.4em;
    line-height: 1.8em;
}
.infoWrapper p {
    font-size: 1.3em;
    line-height: 1.3em;
}
.infoWrapper ul li {
    list-style-type: disc;
    padding: 0 0 15px;
    margin-left: 20px;
    font-size: 1.3em;
}

.contestBtns {
    display: block;
    margin: 20px 0 20px 0;
    text-align: center;
    width: 100%;
}
.contestBtns a {
    color: #ED0677;
    font-size: 1.6em;
	line-height: 2.0em;
    padding: 0 10px 0 10px;
    text-decoration: none;
}
