﻿@charset "UTF-8";

.demo1 { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 0px; background: #fcfac6; color: #fff; font-weight: bold; text-align: center; }
.demo2 {  padding: 0px; background: #fcfac6; color: #fff; font-weight: bold; text-align: center; }
.demo3 { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 25px 40px 40px 40px; background: #fcfac6; color: #fff; font-weight: bold; text-align: center; }

#ex2 span, #ex3 span, #ex4 span, #ex5 span { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; display: inline-block; width: 50px; margin-right: 5px; padding: 2px 5px; background: #26B365; text-align: center; }

#ex6 { display: table; width: 100%; border-collapse: separate; border-spacing: 10px 0; }
#ex6 li { -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; display: table-cell; table-layout: fixed; background: #26b365; padding: 20px; vertical-align: middle; text-align: center; }
#ex6 li:before { display: none; }
#ex6 li strong { display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #fff; font-size: 15px; font-weight: bold; color: #fff; }
#ex6 li p { text-align: left; }