/* read-write */

.read-write .brim h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 1em;
}
.read-write .brim h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.read-write #read-write1 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


.read-write .brim {
    padding-left: 0.7em;
    padding-right: 0.7em;
}

.read-write .brim .link {
    background: yellow;
    color: black;
    text-decoration: none;
}

.read-write .brim img {
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.read-write .brim p {
    margin-top: 0.5em;
}
.read-write .brim .edge {
    margin-top: 0;
}

.read-write .brim ul {
    margin-top: 0.5em;
    padding-left: 40px;
    list-style-type: square;
}
.read-write .brim li { }

.read-write .brim ol {
    margin-top: 0.5em;
    padding-left: 40px;
    list-style-type: decimal;
}
.read-write .brim li { }

.read-write .alt {
    background-color: #EEFFEE;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.read-write .why1 {
	margin-top: 0.5em;
}

.read-write .qed {
    font-weight: bold;
    font-size: 110%;
    margin-left: auto;
    width: 4em;
    margin-top: 0.7em;
}
