  .div1 {
            background: #48b1e1;
            width: 300px;
            height: 50px;
            padding: 0 10px 0 20px;
            position: relative;
        }

        h1 {
            font-size: 1.5em;
            color: #eee;
            font-family: 'Raleway', sans-serif;
            font-weight: 100;
        }

        .name {
            font-size: 1.5em;
            color: #229774ff;
            font-family: 'Raleway', sans-serif;
            font-weight: 100;
            display: block;
        }

        .details {
            font-size: 1.2em;
            color: #070707af;
            font-family: 'Raleway', sans-serif;
            font-weight: 100;
            display: block;
        }

        .summary {



            height: 120px;
            padding: 0 10px 0 20px;
            position: relative;


        }



        .orange div {
            background: #30ac6eff;
        }


        .red div {
            background: #329c5bf5;
        }