
/* Custom styles for Confluence (included for all themes by default) */

div.dashboard .dashboard-group.left {
  width: 50%;
}

div.dashboard .dashboard-group.right {
  width: 50%;
}


.dashboard-item h1,
.wiki-content h1 {
	font-size: 1.3em;
}

.dashboard-item h2,
.wiki-content h2 {
	font-size: 13px;
        font-weight: normal;
        color: #404242;
        border-bottom: 0px solid  #c1c1c2;
        border-top: 1px solid #c1c1c2;
        text-transform: uppercase;
}

.dashboard-item h3,
.wiki-content h3 {
	font-size: 13px;
        font-weight: bold;
        color: #404242;
}

.wiki-content h4 {
	font-size: 13px;
        font-weight: bold;
        color: #404242;
}

.wiki-content h5 {
	font-size: 1em;
        font-weight: bold;
        color: #404242;
}




/* End custom styles for Confluence */


