.alert{
    padding: 3px 25px 3px 14px;
    }

    
    .pedcontainer{
        background:#283031;
        padding: 30px 20px;
    }
    .pedcontainer a{
    color: #a2f1ff;
    }
    
    .pediment{
        color: #e1e8ec;
    }
    .cookies-req{
    display:block;
    float:right;
    margin-right:10%;
    }
    
    label.check-lab{
      cursor: pointer;
      padding:8px 4px;
      border:solid 1px #c7c5c5;
      float:left;
      display:block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin:0 0 10px 0;
      font-family:Arial, Helvetica, sans-serif;
      line-height:1.3 !important;
      width:75%;
      -webkit-box-shadow:2px 2px 2px #888888;
      -moz-box-shadow:2px 2px 2px #888888;
      box-shadow: 2px 2px 2px #888888;
    }
    
    
    label{
        font-size:1em; font-weight:700;
    }
    
    label:hover {
        box-shadow:none;
        color:#222;
    }
    
    .paralab{
          font-size: 1.2em;
    }
    
    .clear{
        clear:both;
    }
    
    input[type="checkbox"], input[type="radio"]
    {
        margin: -6px 12px 0 0;
    }
    
    #formdiv ul{
        margin-top:0;
    }
    
    #formdiv li{
        list-style-type:none;
        margin-left:-24px;
    }
    
    body {
    background:#f9f7f4;
    }
    
    h1{
        font-size:1.4em;
    }
    
    
    legend{
    font-size: 1.4em;
    line-height: 1.5em;
        }
    .care {
        position:relative;
    }
    
    .care p{
        margin:12px;
    }
    
    .care h3 {
        margin:0 12px;
        font-size: 1.4em;
        line-height: 1.3em;
    }
    
    .care img {
            position: absolute; right: 0; bottom: 0;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
    }
    
    .well.care {
            margin: 0;
            margin-bottom:12px;
            padding:8px;
            background-color: #f8e9d1;
            box-shadow: 1px 1px 3px 0px rgba(153, 153, 153, 0.75);
            -moz-box-shadow: 1px 1px 3px 0px rgba(153, 153, 153, 0.75);
            -webkit-box-shadow: 1px 1px 3px 0px rgba(153, 153, 153, 0.75);
    }
    
    .statcara{
        margin-top:12px;
    }
    
    .blue{
        border:dotted 1px #666;
        margin-top:-20px;
    }
    
    h1{
    margin:0;
    }
    .btn-group{
    margin-bottom:12px;
    }
    .help-block{color:#1342e2;margin-top:-3px;}