You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* ########################################
### Styles for Template:QM_Document ###
######################################## */
/*Flex container */
.smwinfobox-flexcontainer {
display:flex;
justify-content:space-between;
background: white;
box-shadow: 1px 2px 6px rgba(59, 59, 59,0.15);
border: 1px solid #efefef;
flex-wrap:wrap;
margin: 0 0 28px 0;
padding-bottom:10px;
}
.smwinfobox-flexcontainer div {
flex-basis:50%;
}
.smwinfobox-flexcontainer div.editlink {
flex-basis:100%;
text-align:right;
margin:0;
padding:8px 8px 0 0;
000
1:0
Return to Template:IMS Infobox/styles.css.