/* Hide the "Drop Course" button that appears for students who have self-enrolled. */
.self_unenrollment_link {
    display:none !important;
}

div[id *=actions-course][class *=Dropdown__Wrapper] {display:none}

/* adjust product Headers to be  bold  */
.container.product-details h2,
.container.product-details h3,
.container.product-details h4,
.container.product-details h5 {font-weight: 600;}

/* test CSS  sample adjustments */
blockquote.SomeBlock1 {
    TEXT-ALIGN:center;
    display: inline-block;
    width: 45%;
    font-size: inherit;
    border-left: 0px solid #f0f0f0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: .5EM 1EM .5EM 1EM;
    margin: 0 10px;
    margin-bottom: 15px;
    BORDER: DASHED 1PX BLACK;
    VERTICAL-ALIGN: TOP;
    BACKGROUND-COLOR:#eee;
    MIN-WIDTH:300PX;
    MAX-WIDTH:400PX;
 }

blockquote.SomeBlock1 * {
    TEXT-ALIGN:LEFT;
 }

