/* Styles for Portal:Australian roads */
/* Generic box section */
.portal-box-section {
margin:8px 0;
padding:0 8px;
background-color:white;
border:1px solid silver
}
/* Generic sidebar section */
.portal-sidebar-section {
background: #fff;
border: solid 4px lightgray;
border-left: none;
border-right: none;
color: gray;
padding: 1em;
margin: 0.5em;
}
/* Adjustments for intro section */
.portal-box-section.portal-box-intro {
/* No padding, so that banner image fits nicely */
padding:0;
/* Thicker border */
border-width:2px;
}
.portal-box-intro > .portal-box-section {
/* Parent div already has margin */
margin:0;
/* Parent div already has border */
border:0;
}
/* Coloured borders for interaction sections */
.portal-box-section.portal-box-getinvolved {
border-color: gold;
}
.portal-box-section.portal-box-needhelp {
border-color: #4479C1;
}
/* Force TOC to show in mobile view */
.hlist .toc-mobile {
display: block;
}
/* Make mobile TOC text readable */
.hlist .toc-mobile .collapsible-block {
font-size: 92%;
}