.showteam .h1 {
	width: auto;
    letter-spacing: 1px;
    height: auto;
    box-sizing: border-box;
    background-color: #4e4c3d;
    border: 1px solid rgb(126, 123, 96);
    padding: 8px 11px;
    font-weight: bold;
    font-size: 8px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
text-transform: uppercase;
}
.showteam .h2 {
    padding: 5px;
    color: #ceccc4;
    text-align: center;
    border: 4px double #444;
    position: relative;
    background-color: #222;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Calibri';
    letter-spacing: 1px;
}

#teambox1 {padding: 10px; overflow: auto; height: 120px; text-align: justify;}
#teambox2 {padding: 10px 0px 0px 10px; overflow: auto; height: 35px; text-align: justify; /* width: 95%; */}
#teambox3 {padding: 10px; text-align: justify;}