.btn-small {

height: 30px;
line-height: 30px;
cursor: pointer;
text-align: center;

}

.btn-medium {

	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	cursor: pointer;

}

.btn-deco {
    /* Size and position */

    outline: 0;
    /* Styles */
    background: #634056;
    background: -moz-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: -ms-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: -o-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(99,64,86,0.5)), to(rgba(76,49,65,0.7)));
    background: -webkit-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
    background: linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));    
    border-radius: 5px;
    border: 1px solid #5490BA;
    border: 1px solid rgba(255,255,255,0.01);
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    box-sizing: border-box;
    line-height: 28px;
}

.btn-deco:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(80,80,80,0.3);
}

/*---------------------------------------

Profile Buttons

-----------------------------------------*/

.edit-cover {

    position: absolute;
    right: 6px;
    top:282px;
    height: 32px;
    padding: 0px 6px !important;
    line-height: 30px !important;
}

.edit-avatar {

    margin-left: -68px;
    margin-top: 32px;
    height: 24px;
    padding: 0px 6px !important;
    line-height: 20px !important;


}