﻿

/*spinner*/

div#spinner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 99999;
    overflow: auto;
    background: #fff;
    opacity: 0.6;
}

div#spinnerImg {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../../Content/Images/Animations/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


.how-to-cont .how-to .step-path {
    top: 80px !important;
}

    .text-page-skin {
        font-size:15px;
        font-family:'bpg-arial';
        color:#707070;
    }
    .text-page-skin p {
        font-size:15px;
        font-family:'bpg-arial';
        color:#707070;
        margin-bottom:15px;
    }
    .text-page-skin h4 {
        font-size:17px;
        color:#464646;
        font-family:'bpg-square';
        text-transform:uppercase;
    }
    .text-page-skin ul {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .text-page-skin ul li {
        font-size:15px;
        padding-bottom:5px;
    }

.list-petition-img {
    width:auto !important;
    display:inline !important;
    max-width:330px; 
    max-height:141px;
}