.profile-settings{
    padding:20px;
    font-family: Georgia;
}

#profile_picture{
    width:120px;
    height:120px;
    border:1px solid #AAA;
    margin:0 auto;
    border-radius:50%;
}

.profile-settings #label{
    border:none;
    text-align: right;
    font-weight:bold;
    width:100px;
}

.profile-settings table{
    background:#1d1f30;
    border:1px #333 solid;
    padding:12px;
    border-radius:6px;
    width:100%;
}

.profile-settings .edit{
    border:none;
    padding:5px;
    color:#DDD;
    background:#222d3f;
    border-bottom:1px solid #464;
    width:100%;
}

.profile-settings td{
    border:none;
}

.profile-settings textarea{
  resize:none;
  border:none;
  padding:5px; 
  color:#DDD;
  background:#222d3f;
  border-bottom:1px solid #464;
  width:100%;
}

.profile-settings textarea:invalid {
    border-bottom:3px solid red;
}

#image_container{
    max-width:300px;
    margin:0 auto;
}

#image_select{
    display:none;
}

#image_holder{
    display:none;
}

.image_display{
    border:1px solid #AAA;
    display:none;
}

.image_select_btn{
    border-radius:6px;
    padding:10px;
    background:#0066FF;
    color:white;
    font-size:14px;
    margin-left:0;
    margin-left:-10px;
}
            
.image_upload_btn{
    border-radius:6px;
    padding:10px;
    background:#00CC66;
    color:white;
    font-size:14px;
    display:none;
}

.image_zoom_btn{
    border-radius:6px;
    padding:10px;
    background:#00CC66;
    color:white;
    font-size:14px;
    display:none;
}










