html {
	overflow-y: scroll;
}

h3 {
	padding-top:10px;
}

body {
	margin:0;
}

.container {
	margin:0px 60px;
}

#header > .container {
	padding:25px 0px 20px 0px;
}

#header .rmui-logo-size-medium {
	vertical-align: middle;
}

#nav, #content {
	float:left;
}

#nav {
	width:200px;
}

#content {
	width:calc(100% - 200px);
}


#content > div > h2 {
	border-bottom:2px solid #C4C4C4;
	padding-bottom:5px;
	color:#221E41;
}

#content > div > h3 {
	color:#221E41;
}

#title {
	padding:50px 0px;
	background:#1733F0;
	color:#fff;
}

.strike {
	text-decoration: line-through;
	color:#ccc !important;
}

.colours-sample > div {
	float:left;
	padding-right:15px;
}

.colour-sample {
	width:150px;
	height:100px;
}

.colour-sample-vivid-blue { background:#1733F0; }
.colour-sample-purple { background:#5D01A1; }
.colour-sample-dark-blue { background:#221E41; }
.colour-sample-grey { background:#68738F; }

.colour-sample-ghost-white { background:#FAFAFF; }
.colour-sample-white { background:#FFFFFF; }

.colour-sample-error-text { background:#FF0000; }

.colour-sample-chart-yellow { background:#FFE778; }
.colour-sample-chart-pink { background:#D866A9; }
.colour-sample-chart-orange { background:#FFB478; }
.colour-sample-chart-green { background:#C6EF70; }
.colour-sample-chart-purple { background:#705DB0; }

#nav a {
	display:block;
	color:#221E41;
	padding:10px 0px;
}

#nav a:hover {
	color:#5E5E5E;
}

#nav div a {
	text-indent:20px;
	padding:3px 0px;
}

#nav div a:hover {
	color:#5E5E5E;
}

.float-clear {
	overflow:hidden;
}

#nav, #content {
	margin:30px 0px;
}

/* Fonts */

#fonts {
}

.font-family {
	margin: 10px 0;
}

.font-family > div {
	float:left;
	padding-right:30px;
}

.font-family > div:first-child {
	width: 110px;
}

.font-family > div:nth-child(2) {
	width: 400px;
	border-right:2px solid #C4C4C4;
}

.ubuntu h1, .ubuntu h3, .ubuntu h5 {
	font-family:'Ubuntu',sans-serif;
}


/* Tables */

table {
	width:100%;
}

#typography-container table tr td:nth-child(1) {
	width:14%;
}

#typography-container table tr td:nth-child(2) {
	width:30%;
}

#typography-container table tr td:nth-child(3) {
	width:23%;
}

#writing-style-container table tr td {
	width:50%;
}

#buttons-container table tr td:nth-child(1) {
	width:25%;
	white-space: nowrap;
}

#buttons-container table tr td:nth-child(3) {
	width:31%;
	white-space: nowrap;
}

/* glyphicon */

.dg-icons,
.b-icons {
	font-size:12px;
	width:100%;
	color:#5E5E5E;
}

.dg-icons tr td,
.b-icons tr td {
	text-align:center;
	padding:20px 0px;
	vertical-align:top;
}
		  
.dg-icons tr td img,
.b-icons tr td img {
	width:30px;
	padding:10px;
}


.w-icons {
	font-size:9px;
	width:100%;
	color:#5E5E5E;
}

.w-icons tr td {
	text-align:center;
	padding:20px 0px;
	vertical-align:top;
}
		  
.w-icons tr td img {
	width:30px;
	padding:10px;
	background-color: #5E5E5E;
}


/* example */

.dg-example {
	background:#eeeeee;
	padding:15px;
	margin:15px 0px;
	border:1px solid #dddddd;
}

/* Giant buttons */

#foundations-container a, #components-container a {
	background:#221E41;
	width:200px;
	display:block;
	float:left;
	margin-right:15px;
	margin-top:15px;
	text-align:center;
	padding:50px 0px;
	color:#FFFFFF;
	text-decoration:none;
}

#foundations-container a:hover, #components-container a:hover {
	background:#5E5E5E;
}

/* Highlight */

b.dg-highlight {
	background:#68738F;
	color:#ffffff;
}

/* Tootip examples */

/* Tooltip text */
.dg-tooltip-top, .dg-tooltip-right, .dg-tooltip-bottom, .dg-tooltip-left {
    width:120px;
    background-color:#55B4B0;
    color:#FFFFFF;
    text-align:center;
    padding:5px 0;

    /* Position the tooltip text */
    position:relative;
}

/* Tooltip arrow */
.dg-tooltip-top::after, .dg-tooltip-right::after, .dg-tooltip-bottom::after, .dg-tooltip-left::after {
    content:" ";
    position:absolute;
    border-width:5px;
    border-style:solid;
}

/* Tooltip arrow - top */
.dg-tooltip-top::after {
	top:100%;
    left:50%;
	border-color:#55B4B0 transparent transparent transparent;
	margin-left:-5px;
}

/* Tooltip arrow - right */
.dg-tooltip-right::after {
	top:50%;
    right:100%;
	border-color:transparent #55B4B0 transparent transparent;
	margin-top:-5px;
}

/* Tooltip arrow - bottom */
.dg-tooltip-bottom::after {
	bottom:100%;
    left:50%;
	border-color:transparent transparent #55B4B0 transparent;
	margin-left:-5px;
}

/* Tooltip arrow - left */
.dg-tooltip-left::after {
	top:50%;
    left:100%;
	border-color:transparent transparent transparent #55B4B0;
	margin-top:-5px;
}

/* Forms */

label {
	display:block;
}

/* Buttons */

.rmui-button-icon,
.rmui-button-icon-disabled {
	display: block;
	margin: 0 auto;
}

/* Buttons */

.rmui-search {
	padding: 15px 0;
}

.rmui-table .rmui-search input {
	display: block;
	margin: 0 auto;
	max-width: 140px;
}

.rmui-table .rmui-search button {
	display: block;
	margin: 0 auto !important;
}