.ipbit {
    background: #111111;
    border-top: #0f0f0f 1px solid;
    border-bottom: #0f0f0f 1px solid;
    float: left;
    width: 350px;
    min-height: 100px;
    /* outline: 1px #fff solid; */
    margin-right: 3px;
    margin-left: 6px;
    margin-bottom: 5px;
}

.subject {
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-family: 'genosthin';
    /* letter-spacing: 1px; */
    height: 40px;
    line-height: 14px;
    margin-top: 4px;
}

.date {
    font-size: 11px;
    text-align: center;
    color: #5e5e5e;
    font-weight: 500;
    margin-top: -7px;
    border-top: 1px #3d3e12 solid;
}

.players {
    text-align: center;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0px;
    line-height: 19px;
    font-weight: 400;
    padding: 5px;
    text-transform: uppercase;
    background: #0000001f;
    height: 30px;
    overflow: auto;
}

.player {
    margin: 0px 10px;
    display: inline-block;
}
		
		