.management-trouble ul {
    width: 90%;
}
.management-trouble li {
    width: 100%;
    background-color: rgba(255,230,230,.8);
    padding: 30px 10px;
    margin: 0 auto;
    text-align: center;
    background-image: none;
    font-size: 180%;
}
.migration-troubleshooting p {
    padding: 0 0 10px;
    line-height: 150%;
}
.management-service-content {
    margin-top: 30px;
}
.migration_process {
    padding: 20px;
}
.migration_process .step {
    width: 100%;
    background: #fff;
    margin: 15px 0 5px;
    position: relative;
}
.migration_process .step:first-child {
    margin-top: 0;
}
.migration_process dt {
    width: 18%;
    display: inline-block;
    padding: 15px 0;
    color: #009;
    background: #ccf;
    margin-right: 0;
    font-size: 120%;
    border-bottom: none;
    text-align: center;
}
.migration_process dd {
    width: 80%;
    display: inline-block;
    background: #eef;
    padding: 15px 0;
    padding-left: 25px;
    margin-left: 0;
    font-size: 120%;
    font-weight: bold;
}
.migration_process dd em {

}
.migration_process dd span {
    color: #f00;
}
.migration_process .step:after {
    position: absolute;
    width: 0px;
    height: 0px;
    display: block;
    content: "";
    border-top:solid 15px #99f;
    border-right:solid  10px transparent;
    border-bottom:solid 10px transparent;
    border-left:solid 10px transparent;
    left: 50%;
    margin-left: -7px;
}
.migration_process .finish {
    width: 70%;
    background: #fcc;
    font-weight: bold;
    color: #f00;
    margin: 25px auto 0;
    font-size: 150%;
    padding: 15px 0 ;
    text-align: center;
}