﻿#teamBuilder {
    background-color: #ffffff;
    border-color: #FFD139;
    border: 1px solid #FFD139;
}

#teamBuilder > .column {
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 10px;
    width: 100%;
    vertical-align: top;
    border-width: medium;
    border-color: Black;
}

#teamBuilder > .column > .header {
    text-align: Left;
    background-color: #FFD139;
    left: 0px;
    position:absolute;
    width:100%;
}


#teamBuilder > .column > .header .title {            
    color: #333333;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

#teamBuilder > .column .results {
    box-sizing: border-box;
    margin: 30px auto 5px auto;
    width: 100%;
}
            
#teamBuilder > .column .results > .result {
    border: 1px solid #999999;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    width: 150px;
    text-align: center;
}

#teamBuilder > .column .results > .result > .thumbnail {
    vertical-align: top;
    text-align:center;
}

#teamBuilder > .column .results > .result > .thumbnail img {
    border: 1px solid #333333;
    border-radius: 3px;
    width: 80px;
    height: 120px;
}

#teamBuilder > .column .results > .result > .metadata {
    
}

#teamBuilder > .column .results > .result > .metadata .line1 {
    font-size: 12px;
    font-weight: bold;
}

#teamBuilder > .column .results > .result > .metadata .line2 {
    color: #999;
    font-size: 12px;
    font-weight: bold;
}            
