/* Fix rendering issues with a lot of actions*/

.object-tools {
    max-width: 80%;
}

.change-form .object-tools {
	margin-top: unset;
}

.object-tools li {
    margin-top: 8px;
    margin-bottom: 8px;
}

#content-main form {
    clear: right;
}