/*
* This css file deals with the account-images part of my account
*/
#error1, #error2 {
    display: none;
}

.flex-container {
    display: flex;
    align-items: start;
}

.belongsToWrapper {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

.belongsToInnerWrapper {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:10px;
    align-items: flex-end;
}

.belongsTo {
    margin:0;
}

.belongsToButtonsWrapper {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content: flex-start;
}

.belongsToButtonsInnerWrapper {
    display:flex;
    align-items:flex-start;
    margin-bottom:10px;
}

.detachCategory {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:15px;
    height:25px;
    margin-right:20px;
}

.thumbnail {
    width:60px;
}

.button_action {
    margin-right: 60px;
    margin-top:20px;
}