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 and form:IMS Document control ###
######################################## */
/*set focus outline */
#doccontrol-container a:focus, #doccontrol-container div:focus {outline:1px solid #3e5389}
/*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 {
text-align:right;
margin:0;
000
1:0
Return to Template:IMS Document control/styles.css.