﻿
/* Player Profile*/
.ILDR_ProfileBox {
   /* width: 620px;*/
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: none 1px #999999;
    padding-bottom: 20px;
}

.ILDR_ProfileTitle {
   /* width: 600px;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 13pt;
    font-weight: bold;
    padding-left: 5px;
}

.ILDR_ProfileBody {
   /* width: 600px;*/
    margin-top: 0px;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #999999;
    padding: 10px;
    padding-bottom: 10px;
}

.ILDR_ProfileReport {
   /* width: 600px !important;*/
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #999999;
}

.ILDR_ProfileBody table {
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
}

.ILDR_DynamicPhoto_Box {
    text-align: center;
    padding-bottom: 5px;
    vertical-align:top !important;
}

.ILDR_Profile_W01{

    width:660px !important;
}

.ILDR_Profile_W02 {
    width: 600px !important;
}

@media (max-width: 768px) {

    .ILDR_Profile_W01 {
        width: 400px !important;
    }

    .ILDR_Profile_W02 {
        width: 380px !important;
    }
}