﻿@import url("../../css/service.css");

/* -------- stage ---------- */

.stage h3 {
margin: 15px 0 30px;
text-align: center;
}
.stage h4 {
margin: 0 0 20px;
color: #009900;
font-size: 1.2em;
}

.stage p { margin: 20px 150px;}

.stage table {
margin: 25px 80px;
border-top: 1px dotted #2CA3D5;
}
.stage th,
.stage td {
padding: 35px 20px;
border-bottom: 1px dotted #2CA3D5;
vertical-align: top;
}
.stage th { text-align: center;}
.stage td p { margin: 20px 0 20px 5px;}
