﻿.myimage {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-color: beige;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    border: 6px solid white;
}


.icon-rounded-circle {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-color:beige;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    border: 6px solid white;
}


span.step {
    border-radius: 30%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    padding-right: 5px;
    padding-left: 5px;
    background: red;
    border: 2px solid yellow;
    color: yellow;
    text-align: center;
    font-weight: bolder;
    font: 16px Arial, sans-serif;
}
