body {
   background-color: #e2eaca;
   margin: 0;
   padding: 30px 0 0 0;
}

#container-page-title {
   background-color: #fff;
   border-bottom: 1px solid #d8e0b0;
   display: inline-block;
   height: 40px;
   padding: 0 40px;
   position: fixed;
   top: 0px;
   width: 100%;
   z-index: 1000;
}
.page-title {
   height: 30px;
   margin-top: 5px;
}
.push-right {
   float: right;
   text-align: right;
}
.push-left {
   float: left;
   text-align: left;
}
.page-title h4 {
   height: 30px;
   line-height: 30px;
   margin: 0;
   vertical-align: middle;
}

#container-page {
    padding: 40px;
    text-align: center;
}

#container-page-content {
    margin: auto;
    text-align: center;
    width: 1038px;
}

.container-logo-h {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(136,153,166,0.15);
    height: 150px;
    margin: auto;
    position: relative;
    width: 150px;
}
.container-logo-h img {
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.row-first {
    margin-top: 20px;
}
.container-service-link-row {
   clear: both;
   float: left;
   padding: 25px 0 30px 0;
   width: 100%;
}
.service-link-row-stop {
   border-bottom: 2px solid #d8e0b0;
}
.service-link-row-restart {
   border-top: 1px solid #f0f4e2;
}

.container-service-link-row h4 {
    color: #61cb7b;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.container-service-link {
    float: left;
    margin: 0;
    text-align: center;
    width: 346px;
}
.container-logo-service {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(136,153,166,0.15);
    height: 75px;
    margin: auto;
    position: relative;
    width: 300px;
}
.container-logo-service img {
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
