﻿/* Pre-defined button */

.ms-rteStyle-limeGreenBtnSmall{
    -ms-name:"Lime green btn small";
    padding: 8px 16px 8px 16px;
    color: #fff;
    background-color: #97bf0d;
    width: calc(100% - 32px);
    display: inline-block;
}


.ms-rteStyle-blueBtnSmall{
    -ms-name: "Blue btn small";
    padding: 8px 16px 8px 16px;
    color: #fff;
    background-color: #0067a8;
    width: calc(100% - 32px);
    display: inline-block;
}

.ms-rteStyle-darkBlueBtnSmall{
    -ms-name: "Dark blue btn small";
    padding: 8px 16px 8px 16px;
    color: #fff;
    background-color: #00568e;
    width: calc(100% - 32px);
    display: inline-block;
}

.ms-rteStyle-limeGreenBtnBig{
    -ms-name:"Lime green btn big";
    padding: 16px;
    color: #fff;
    background-color: #97bf0d;
    display: inline-block;
    width: calc(100% - 32px);
    text-align: center;
    font-size: 21px;
}

.ms-rteStyle-blueBtnBig{
    -ms-name: "Blue btn big";
    padding: 16px;
    color: #fff;
    background-color: #0067a8;
    display: inline-block;
    width: calc(100% - 32px);
    text-align: center;
    font-size: 21px;
}

.ms-rteStyle-darkBlueBtnBig{
    -ms-name: "Dark blue btn big";
    padding: 16px;
    color: #fff;
    background-color: #00568e;
    display: inline-block;
    width: calc(100% - 32px);
    text-align: center;
    font-size: 21px;
}

h3.ms-rteElement-whiteBorderHeading{
    -ms-name: "White border heading";
    padding-bottom:16px;
    padding-top:16px;
    margin-bottom:16px;
    border-bottom:3px solid #fff;
    color:#333;
}

h3.ms-rteElement-greyBorderHeading{
    -ms-name:"Grey border heading";
    padding-bottom:8px;
    padding-top:16px;
    margin-bottom:16px;
    border-bottom:3px solid #f2f2f2;
    color:#333;
}