/* {{pp|small=yes}} */
#siteContainer { text-align: center; }
.siteItem {
display: inline-block;
clear: both;
padding: 0 0.8%;
}
@media screen and ( max-width: 720px ) {
.siteItem {
padding: unset;
width: 49.5%;
margin: 2% 0;
}
.siteItem:nth-of-type(even) {
float: left;
clear: none;
}
.siteItem:nth-of-type(odd) {
float: right;
}
#siteContainer:after {
content: '';
clear: both;
display: block;
}
}
/* unique styling for sister sites */
#siteContainer {
margin-top: 10px;
clear: both;
padding-top: 5px;
color: #222;
line-height: 120%;
}
#siteContainer div:first-child {
background: white;
width: 45px;
margin: 0 auto;
margin-top: -40px;
}
#siteContainer div:nth-of-type(2) {
color: #222;
font-size: 120%;
margin-bottom: 20px;
padding-top: 10px;
}
/* margin-top:0px; font-size:100%; text-align:left; background-color:transparent; color:#777; Desktop table style */
/* margin-top:30px; clear:both; padding-top:15px; border-top:3px double #CCC; color:#222; line-height:120%; Mobile table style */
/* ] */