.userSection {
    margin-top: 30px;
}
.pageProfile {
    height: 90px;
    margin-left: 150px;
    border-radius: 90px;
}
.editAvatar {
    position: relative;
    right: 10px;
    bottom: 30px;
    height: 50px;
}
.avatarName {
    position: relative;
    left: 285px;
    bottom: 80px;
}
.userpfptxt {
    position: relative;
    left: 240px;
    bottom: 75px;
}
.browseBox {
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 2px 0px 10px rgba(3,3,3,0.3);
    height: 200px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.settingsColumn {
    bottom: 80px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    width: 450px;
}
.browseText {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.settingsTitle {
    text-align: left;
}

/*shared between buttons, anything specified outside of this is specific to its column*/
button.settingsButton, button.settingsRowButton {
    cursor: pointer;
    width: 188px; 
    height: 48px;
    border: 0;
    box-sizing: border-box; 
    border-radius: 2px; 
    background-color: #000000; 
    color: #ffffff; 
    font-size: 16px; 
    font-family: 'Roboto'; 
    font-weight: 600; 
    line-height: 24px; 
    outline: none;
}
button.settingsButton {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
button.settingsRowButton {
    margin-left: 5px;
    margin-right: 5px; 
}

/*Row is for the Right section of settings page, this is required for
allowing different button formation. Very different from normal 
browseText so no need to share CSS like settingsButton*/

.browseTextRow {
    position: relative;
    /*weird workaround, doesnt like title with margin-top: 1 in block for some reason*/
    top: 10px;
    right: 5px;
}
