
h3 {

    margin: 15px 0 4px;

}

#infoprflcentr {

    padding: 5px 10px;
    padding-top: 0;
    font-size: 12px;

}

.info-row {

    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;

}

.info-row span:last-child {

    text-align: right;
    word-break: break-word;
    max-width: 60%;
    
}


#infoprflcentr span{

    font-size: 12px;

}


#profile-leftcol {

    width: 60%;
    margin-right: 15px;

}

#profile-rightcol {

    width: 40%;
    
}

#collums-profile {

    display: flex;
    flex-direction: row;

}

#profilreqf {

    width: 100%;
    border-radius: 0;
    margin: 0;
    margin-bottom: 15px;

}

#prfl-banner {

    width: 100%;
    background-color: #666;
    height: 100px;

}

#profile-picp {

    width: 230px;
    height: 230px;
    outline: 3px solid #3B5998;
    border: 1px solid #888;
    position: relative;
    margin-bottom: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin: auto;
    background-image: url(https://thewebtool.org/media/standard-profile-picture.jpg);

}


/* #################################################### collapsible ########################################################### */

.collapsible {

    background-color: #3B5998;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-background.png);
    color: #ddd;
    cursor: pointer;
    padding: 5px;
    width: 293px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    height: 21px;
    position: relative;
    border-left: 1px solid #1e325d;
    border-right: 1px solid #1e325d;

}

.collapsible span{

    float: right;
    font-size: 12px;

}

.active, .collapsible:hover {

    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-background-silvr.png);
    color: #222;
    transition: 0.2s;

}

.content {

    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #444;

}

.content a:hover {

    text-decoration: none !important; 

}

.box-header-collapse {

    width: 100%;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: none;
    text-decoration: none;
    background-color: #3B5998;
    padding: 2px;
    text-align: left;
    user-select: none;
    margin-bottom: 2px;
    padding-left: 5px;

}

.flashuser-container {

    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    color: #DDD;

}

.flashuser-img {

    width: 120px;
    height: 67px;
    border: 2px solid #666;
    background-size: cover;

}

.flashuser-img:hover {

    width: 120px;
    height: 67px;
    border: 2px solid #3B5998;
    background-size: cover;

}

.flashuser-right {

    width: 136px;
    min-height: 1px;
    margin-left: 10px;

}

.flashuser-titlespan {

    color: #538ADC;

}

.flashuser-titlespan:hover {

    text-decoration: underline;

}


.flashuser-top {

    width: 100%;
    min-height: 1px;
    max-height: 200px;
    overflow: hidden;

}

.flashuser-title {

    font-size: 13px;
    padding-bottom: 3px;

}

.flashuser-desc {

    font-size: 11px;

}

.flashuser-bottom {

    width: 100%;
    min-height: 1px;
    margin-top: 5px;

}

.flashuser-views {

    font-size: 10px;

}

#profilepiccntr {

    background-image: url(https://thewebtool.org/media/inputbg.gif);
  
}

/* ?########################################################################## Player Version 1 ############################################################################# */

#player-container {

    width: 298px;
    height: 254px;
    outline: 2px solid #222;
    margin-bottom: 15px;
    position: relative;

}

#player-border {

    width: 294px;
    height: 230px;
    background-color: #000;
    position: absolute;
    border: 2px solid #666;

}

#player-user-vers1 {

    width: 294px;
    height: 230px;
    background-color: #000;
    position: absolute;
    left: 2px;
    bottom: 2px;

}

#player-header {

    width: 100%;
    height: 20px;
    padding: 2px;
    padding-left: 4px;
    font-size: 13px;
    box-sizing: border-box;
    background-image: url("../../media/inputbg.gif") !important;
    color: #FFF;
    font-family: tahoma, arial, sans-serif;
    user-select: none;
    position: relative;

}

#header-title {

    width: 400px;
    height: 25px;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;

}

/* ?########################################################################## Player Version 1 ############################################################################# */

/* !########################################################################## Player Version 2 ############################################################################# */

#player-user-vers2 {

    width: 297px;
    height: 230px;
    background-color: #000;
    margin-bottom: 15px;

}

/* !########################################################################## Player Version 2 ############################################################################# */


/* TODO####################################################################### Player Version 3 ############################################################################# */

#player-user-vers3 {

    width: 292px;
    height: 223px;
    background-color: #000;

}

#player-user-vers3-cntr {

    padding: 0;
    height: 223px;
    
}

/* TODO####################################################################### Player Version 3 ############################################################################# */