


/* css for the size and position of the application launcher on the main nav bar next to the user circle image */
.modal-dialog{
position: absolute;	
left: 20%;
//now you must set a margin left under zero - value is a half width your window
margin-left: 105px;
// this same situation is with height - example
height: 400px;
top: 10%;
margin-top: -350px;
} 







iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
} 
.profile-info{
    overflow:hidden;
}


























textarea{ overflow:hidden; }





