

body {
    font-family: "Arial";
    color: #3B3B3B;
    background: #909090;
}

@media (max-width: 768px) {
    .main {
        max-width: 300px;
    }
}

@media (min-width: 769px) {
    .main {
        max-width: 500px;
    }
}

.main {
    background-color: white;
    padding: 5px 20px;
    margin: 20px auto;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5)
}


p {
    margin-bottom: 20px;
}



#urlhost {
    padding-bottom: 40px;
}


.progress-bar-striped {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar-striped > div {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease;
    animation: progress-bar-stripes 2s linear infinite;
    background-color: #288ade;
}
.progress-bar-striped p{
    margin: 0;
}

@keyframes progress-bar-stripes {

    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}
#pb {
    width: 100%;
}
.hide {
    display:none;   
}
.ital {
    font-style: italic;
}
.fullwidth {
    width: 100%;
}
.highl {
    font-weight: bold; 
    color:purple
}
.up {
    text-transform:uppercase
}
.error {
    color: red;
}
.ctr {
    margin: 0 auto;
}
.trysignout {
    color: red;
}
.signout {
    font-style:italic; 
    padding-bottom: 10px;    
}
.wlcm {
    padding-right:5px; 
    float:left;
}
