.steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.step{position:relative;width:200px;min-height:200px;margin:10px;padding:20px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right}.step span{display:inline-block}.step_1{background-color:#14a0c0}.step_2{background-color:#09909f}.step_3{background-color:#4f7bac}.step_number{position:absolute;top:0;left:15px;font-size:160px;line-height:1em;color:#fff;opacity:.3}.step .action{font-size:20px;color:#fff;line-height:1.2em;position:relative;z-index:10}.step .description{font-size:14px;color:#fff;position:relative;z-index:10}.step.done{opacity:.15}.step a{color:#ffcaca}.step a:hover{color:#ffcaca;text-decoration:underline}