Format:AntetPagină/styles.css
/* Base style */
.wst-rh {
display:flex;
width:100%;
text-align:center;
justify-content:space-between;
}
.wst-rh > div {
flex:auto;
}
.wst-rh > div:first-child {
text-align:left;
}
.wst-rh > div:last-child {
text-align:right;
}
.wst-rh > div > p {
margin:0;
}
/* 1 cell */
.wst-rh.wst-rh-1 {
justify-content:center;
}
.wst-rh.wst-rh-1 > div:first-child {
text-align:center;
}