﻿body
{
    font-family: Georgia;
    font-size: 14px;
    color: #444;
}
h3
{
    color: #c80016;
    font-size: 20px;
}
h4
{
    color: #444;
    font-size: 18px;
}
.editor_linkWithOutUnderline
{
    border: 0;
}
.editor_cameraLink
{
    background: url(https://cdn.minuterice.com/resources/minuterice_mobile/images/ico_videocamera.gif) no-repeat;
    padding-left: 25px;
    height: 20px;
    display: inline-block;
}
.editor_headerLink
{
    font-size: 18px;
    color: #1d78bc;
}
.editor_headerText
{
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding-bottom: 15px;
}
.editor_greyContainerFeature
{
    display: block;
    background-color: #f0f0f0;
    padding: 15px;
}
.editor_yellowContainerFeature
{
    display: block;
    background-color: #f3df98;
    padding: 15px;
}
.editor_greyBorderContainerFeature
{
    display: block;
    border: 2px solid #f0f0f0;
    padding: 15px;
}
.editor_yellowBorderContainerFeature
{
    display: block;
    border: 2px solid #f3df98;
    padding: 15px;
}
.editor_list
{
    color: #444;
}
.editor_table
{
    border: 0;
}
.editor_tableHeader
{
    background-color: #e90600;
    color: #fff;
}
.editor_tableHeader_Alternative
{
    background-color: #88000B;
    color: #fff;
}
.editor_tableAlternative
{
    background-color: #d8d8d8;
}
.editor_tableSubTitle
{
    background-color: #717171;
    color: #fff;
}