body {
    font-family: 'Open Sans', sans-serif;
}

.champs {
    width: 35px;
}

.champcontainer {
    list-style-type: none;
    float: left;
    padding: 2px;
}

.champtitle {
    float: left;
    margin-left: 35px;
}

.subrow {
    text-align: center;
    margin-bottom: 10px;
}

.champtitle h3 {
    font-weight: bold;
    font-size: 35pt;
    margin-top: 0;
    margin-bottom: 0;
}

.champtitle h2 {
    margin-top: 5px;
    font-size: 30pt;
}

.champimg {
    float: left;
    width: 100px;
}

.secondrow {
    clear: both;
    padding-top: 15px;
}

.red {
    padding: 5px;
    background-color: #f00;
    width: 34px;
    float: left;
    text-align: center;
    margin-top: 2px;
    color: #fff;
    font-weight: bold;
}

.green {
    padding: 5px;
    background-color: #0f0;
    width: 33px;
    float: left;
    text-align: center;
    margin-top: 2px;
    font-weight: bold;
}

.blue {
    padding: 5px;
    background-color: #00f;
    color: #fff;
    width: 33px;
    float: left;
    text-align: center;
    margin-top: 2px;
    font-weight: bold;
}

.masteries {
    width: 120px;
    float: left;
}

.items {
    float: left;
}

.items img {
	margin-left: 20px;
}

.summonertop {
    float: left;
    margin-left: 2px;
    width: 32px;
}

.summonerbottom {
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    width: 32px;
}

.spell {
    float: left;
    width: 66px;
}

.gold {
    clear: both;
    padding: 20px;
}

.shipit {
    text-align: center;
}