@import "responsive.css";

.call-free-block{
    margin-top: 10px;
    padding:10px;
    width:218px;
    border-radius:4px;
    background: #5b5b5b; /* Old browsers */
    background: -moz-linear-gradient(top,  #5b5b5b 0%, #282828 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#282828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5b5b5b 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5b5b5b 0%,#282828 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5b5b5b 0%,#282828 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5b5b5b 0%,#282828 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
    color:white;text-shadow:0px 1px 0px black;box-shadow:0px 3px 5px rgba(0,0,0,0.5);font-size:11px;
}
.call-free-block:before{
    border: 10px solid transparent;
    border-bottom-color:#5b5b5b;
    width:0px;
    height:0px;
    margin: 0px auto;
}
a.skype-btn-mod:hover, a.skype-btn-mod:focus{
    color: #fff;
    text-decoration: none;
}