﻿body {
}

.card {    
    color: whitesmoke;
    font-family: 'Century Gothic', 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: bold;    
    padding: 20px 15px;
    margin: 10px 20px;
    border: 3px solid rgb(10, 10, 10);
    box-shadow: black 2px 2px 5px;
    
}

#cardfront {    
    color: whitesmoke;
    font-family: 'Century Gothic', 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-shadow: black 2px 2px 2px;
    padding: 20px 15px;
    margin: 10px 20px;
    border: 3px solid rgb(10, 10, 10);
    box-shadow: black 2px 2px 5px;
    width: 300px;
    height: 400px;
    background-color: #3865b7;
}

#cardback {    
    color: black;
    font-family: 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;    
    padding: 20px 15px;
    margin: 10px 20px;
    border: 3px solid rgb(10, 10, 10);
    box-shadow: black 2px 2px 5px;
    width: 600px;
    height: 500px;
    background-color: mintcream;
}

#stats {
    display: block;    
    color: black;
    font-family: 'Arial', sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: center;    
    margin: 10px 50px 0px 50px;    
    height: 300px;
    background-color: mintcream;
}

#statstable {
    display: block;
    padding: 1px 1px;    
    width: 100%;
    border: 3px solid rgb(10, 10, 10);
}

tfoot {
    font-weight: bolder;
}

    #statstable td {
        width: 18.5%;        
    }

    #profiletable {
        display: block;
        padding: 1px 1px;
        margin: 1px 60px;        
        width: 400px;
    }

#statstotal {
    display: block;
    padding: 1px 1px;    
    width: 100%;
    border: 3px solid rgb(10, 10, 10);
}

    #statstotal td {
        width: 18.5%;        
    }

td.profilelabel {    
    float: left; 
    color: black;
    font-family: 'Arial', sans-serif;
    font-size: medium;
    font-weight: bold;    
}

#profile {
    display: block;    
    color: black;
    font-family: 'Arial', sans-serif;
    font-size: small;
    padding: 1px 1px;
    margin: 1px 60px;
    width: 500px;    
}

#profiletext {
    display: block;    
    color: black;
    font-family: 'Arial', sans-serif;
    font-size: small;
    font-style: italic;
    padding: 10px 5px;
    margin: 1px 60px;
    width: 500px;    
}

#actionimage {    
    color: whitesmoke;
    font-family: 'Century Gothic', 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-shadow: black 2px 2px 2px;
    padding: 20px 15px;
    margin: 10px 20px;
    border: 2px solid rgb(10, 10, 10);
    box-shadow: black 2px 2px 5px;
    width: 200px;
    height: 300px;
    background-color: white;
}

#profileimage {    
    float: left; 
    padding: 1px 1px;
    margin: 1px 1px;
    border: 2px solid rgb(10, 10, 10);
    box-shadow: black 2px 2px 5px;
    width: 100px;
    height: 125px;
    background-color: white;
}

#playername {
    display: block;    
    color: white;
    font-family: 'Century Gothic', 'Arial', sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    text-shadow: black 2px 2px 2px;
    padding: 2px 1px;
    margin: 1px 45px;
    border: 3px solid rgb(10, 10, 10);
    box-shadow: black 2px 2px 5px;
    width: 200px;    
    background-color: goldenrod;
    border-radius: 25px;
}

#logo {
    color: white;
    font-size: 100px;    
    transform: translate(-120%, 20%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


