@charset "UTF-8";
.justiceTitleStyle {
    color: #000000;
    font-family: verdana;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
    text-align: left;
    text-decoration: underline;
    padding-left: 5px;
}
.justiceTextStyle {
    color: #000000;
    font-family: verdana;
    text-transform: capitalize;
    font-size: 9pt;
    text-align: left;
    line-height: 16pt;
    padding-left: 5px;
}
#supremeBlurb {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#supremeHeader {
    color: #000000;
    font-family: verdana;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    text-align: center;
    background-color: #A6A4A4;
    height: 30px;
    padding-top: 10px;
}
#supremeBioContainer {
    position: relative;
}
#justice1Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
}
#justice1Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
}
#justice2Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 10px;
}
#justice2Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 10px;
}
#justice3Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 20px;
}
#justice3Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 20px;
}
#justice4Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 30px;
}
#justice4Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 30px;
}
#justice5Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 40px;
}
#justice5Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 40px;
}
#justice6Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 50px;
}
#justice6Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 50px;
}
#justice7Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 60px;
}
#justice7Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 60px;
}
#justice8Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 70px;
}
#justice8Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 70px;
}
#justice9Left {
    float: left;
    width: 320px;
    height: 200px;
    position: relative;
    top: 80px;
}
#justice9Right {
    float: right;
    width: 280px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: 80px;
}
.roundedBorder {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
