#admin_email {
    color-scheme:light; 
    font-family: georgia,times,serif;
}

#email_heading {
    font-size: 26px;
    width: 100%;
    text-align: center;
    border-style: none;
    border-radius: 0px;
}

#email_heading:hover {
    background-color: #F0F0F0; 
    cursor: pointer;
}

.email_paragraph {
    /* Note that left padding cannot be zero for caret to display */
    padding: 4px 0px 4px 2px;
    margin-bottom: 6px;
    font-size: 16px;
}

.email_paragraph:focus {
    outline: 2px solid #101010;
    -moz-outline-radius: 2px;
}

.email_paragraph_menu {
    padding: 5px 0px 5px 0px;
}

.email_paragraph_button {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin: 0px 1px 0px 1px;
}

.email_paragraph_button:hover {
    cursor: pointer;
}

.email_container {
    width: 600px;
}

.email_photo_select {
    margin-top: 5px;
    object-fit: cover;
    background-size: cover;
}

.email_photo_select:hover {
    cursor: pointer;
}

.email-list-item {
    vertical-align: text-top;
}

.email-list-item-number {
	width: 20px;
	height: 20px;
	padding: 2px 0px;
	margin-right: 8px;
  }

.email-list-item-text {
    width: 400px;
}