   /* Zaoblené rohy */

    .roundedcorners_2 {
    width: 690px;
    height: 850px;
    background: white;
    color: black;
    text-align: left;
    position:relative;
    }

    .rc_text_2 {
    padding: 15px;
    }

    .tl_corner_2 {
    background: url("img/tl_2.png");
    position: absolute;
    margin: 0;
    width: 15px;
    height: 15px;
    }

    .tr_corner_2 {
    background: url("img/tr_2.png");
    position: absolute;
    margin-left: 675px;
    width: 15px;
    height: 15px;
    }

    .bl_corner_2 {
    background: url("img/bl_2.png");
    position: absolute;
    margin-top: 835px;
    width: 15px;
    height: 15px;
    }

    .br_corner_2 {
    background: url("img/br_2.png");
    position: absolute;
    margin-left: 675px;
    margin-top: 835px;
    width: 15px;
    height: 15px;
    }

    .tl_corner_2, .tr_corner_2, .bl_corner_2, .br_corner_2 {
    overflow: hidden;
    }

    .roundedcorners_3 {
    width: 180px;
    background: #00528c;
    color: white;
    text-align: left;
    position:relative;
    }

    .rc_text_3 {
    padding: 10px;
    }

    .tl_corner_3 {
    background: url("img/tl.png");
    position: absolute;
    margin: 0;
    width: 15px;
    height: 15px;
    margin-left: -5px;
    }

    .tr_corner_3 {
    background: url("img/tr.png");
    position: absolute;
    margin-left: 170px;
    margin-bottom: 215px;
    width: 15px;
    height: 15px;
    }

    .bl_corner_3 {
    background: url("img/bl.png");
    position: absolute;
    margin-top: 314px;
    margin-left: -5px;
    width: 15px;
    height: 15px;
    }

    .br_corner_3 {
    background: url("img/br.png");
    position: absolute;
    margin-left: 170px;
    margin-top: 314px;    
    width: 15px;
    height: 15px;
    }

    .tl_corner_3, .tr_corner_3, .bl_corner_3, .br_corner_3 {
    overflow: hidden;
    }
    
    .pruh{
      margin-left: -5px;
    }