/* shadow for ojects like images and figures */
.with-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

/* Basic strikethough */
.strike {
    text-decoration: line-through;
}

.browser-screenshot {
    max-width: 98%;
}

.required {
    color:red;
}

.optional {
    color:green;
}
.wy-nav-content{
    max-width: 1000px;
}