﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color:black;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.cardblock {
    border: 1px solid white;
    border-radius: 5px;
    background-color: #212020;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    float: left;
    margin: 10px;
    width:20%;
}
.cardblocksm {
    border: 1px solid white;
    border-radius: 5px;
    background-color: #212020;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    float: left;
    margin: 10px;
    width: 10%;
    min-width:120px;
    overflow:hidden;
}
.cardblocksm2 {
    border: 1px solid green;
    border-radius: 5px;
    background-color: #bdbdbd;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: relative;
    float: left;
    margin: 10px;
    width: 10%;
    height: 140px;
    min-width: 130px;
    overflow: hidden;
}
.deckblock {
    width: 100%;
    border: 1px solid #ff6a00;
    padding: 10px;
    height: 220px;
    overflow-x: scroll;
    margin:10px;
}
.cardicon {
    width: 50%;
}
.cardiconlg {
    width: 65%;
}
.cardtitle {
    color: white;
    font-weight: bold;
 
}
.cardtitlesm {
    color: white;

}
.rankblock {
    border: 1px solid white;
    color: black;
    background-color: #EC99FF;
    padding: 5px;
    width: 25%;
    position: relative;
    float: left;
    border-radius: 5px;
    margin: 10px;
    overflow:hidden;
}
.witch{
    width:75%;
}
.witchtext {
    width: 75%;
    text-align:center;
    font-size:1.5em;
    color:#ff6a00;
}
.adblock{
    color:#ff6a00;
    background-color:black;
    text-align:center;
}
.goldcolor {
    color: #FCC153;
}
.lefttable {
    border: 1px solid #ff6a00;
    color: black;
    background-color: #808080;
    padding: 10px;
    width: 25%;
    position: relative;
    float: left;
    border-radius: 5px;
    margin: 10px;
    min-width:200px;

}
.righttable {
    border: 1px solid #ff6a00;
    color: black;
    background-color: #808080;
    padding: 10px;
    width:70%;
    position: relative;
    float: left;
    border-radius: 5px;
    margin: 10px;
}
.statcontainer{
    width:100%;
    min-height:450px;
    height:auto;
}
.statcontainermed {
    width: 100%;
  height:auto;
}
.goldcolor {
    color: #FCC153;
    font-weight:bold;
}
.whitecolor{
    color:white;
}