body {
    margin: 0;
    padding: 20px;
    font-family: Raleway, sans-serif;
    font-size: 1.2em;
    background: linear-gradient(20deg, #FFC0AC, #5789CC);
}

p {
    line-height: 8px;
}

h1 {
    text-align: center;
}

.prop-docs--prop {
    background: #ECF5FD;
    font-size: 1em;
    border: 1px solid #A5B9A8;
	box-shadow: inset 0 0 5px #A5B9A8;
	border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.prop-docs--prop  .prop-docs--prop {
    font-size: 0.9em;
}

.prop-docs--prop--shape, .prop-docs--prop--arrayOf {
    border: 1px solid #A5B9A8;
	box-shadow: inset 0 0 5px #A5B9A8;
	border-radius: 5px;
    padding: 10px;
}

.prop-docs--prop--shape .prop-docs--prop, .prop-docs--prop--arrayOf .prop-docs--prop {
    border: 0;
    box-shadow: initial;
}


