
        /* Pretty printing styles. Used with prettify.js. */

.str { color: #85C5DC; }
.kwd { color: #EDF0D1; }
.com { color: #878989; }
.typ { color: #F5896F; }
.lit { color: #FFB17A; }
.pun { color: #FFFFFF; }
.pln { color: #FFFFFF; }
.tag { color: #F5896F; }
.atn { color: #F5896F; }
.atv { color: #85C5DC; }
.dec { color: #878989; }

pre.prettyprint  {
    background-color:#302F2D;
    border: none;
    line-height: normal;
    font-size: 100%;
    border-radius: 6px 6px 6px 6px;
    font-family:  consolas,​'andale mono',​'courier new',​monospace;
    padding-top: 12px;
    overflow: hidden;
}

code{
    font-size: 13px;
    line-height: normal;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}


header, section, footer {
    width: 100%;
    float: none;
    position: relative;
}


h1 {
    margin-top: 0;
}

.home-link{
    margin: 0;
}


.services{
    margin-top: 2em;
    list-style: none;
    margin-bottom: 60px;
}

.services li{
    height: 24px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 2px;
    background-size: 16px 16px;
    width: 100%;
    font-size: 14px;
}

.services li span{
    display: inline-block;
    margin-right: 10px;
    color: #666;
}

.services li a{

}

#form {
    margin-bottom: 20px;
}

.gray-button {
  background: #e5e5e5;
  background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999));
  background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%);
  background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%);
  background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%);
  background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#999999',GradientType=0 );
    border-color: #ababab #999999 #8c8c8c;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #f2f2f2 inset;
}

.gray-button:active, .button-down {
  background: #999999;
  background: -moz-linear-gradient(top,  #999999 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,  #999999 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top,  #999999 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top,  #999999 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom,  #999999 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#e5e5e5',GradientType=0 );
}

input[type="submit"].inline-button {
    margin: 0;
    display: inline-block;
    padding: 2px 8px;
    float: right;
}

footer{
    margin-top: 60px;
}

footer p{
    margin: 0;
}




  #vcard-collection {
    clear: both;
    overflow:hidden;
  
    border-radius: 6px; 
    -moz-border-radius: 6px;  
    -khtml-border-radius: 6px;  
    -webkit-border-radius: 6px; 

    border: 1px solid #e7e7e7; 
    padding-bottom: 12px;
    margin-top: 10px;
        margin-bottom: 40px;
  }


  #vcard-collection .h-card {
    position: relative;
    border: 1px solid #888;
    width: 290px;
    margin: 12px;

    float: left;
    font-size: 14px;
    line-height: normal;
    
    border-radius: 6px; 
    -moz-border-radius: 6px;  
    -khtml-border-radius: 6px;  
    -webkit-border-radius: 6px; 
    
    padding: 10px;
    padding-left: 14px;

  }

  #vcard-collection.combined .h-card {
    border: 0;
  }
  
  #vcard-collection {   
     min-height: 250px; 
  }

  
  #vcard-collection p {
      margin: 0;
      color: #7f7c7c;
  }
  
  #vcard-collection ul{
    padding: 0px;
    list-style:none outside none;
  }
  
  #vcard-collection li{
    padding: none;
    margin: none;
  }
  
  #vcard-collection .urls li{
    overflow:hidden;
    text-overflow: ellipsis;
    width: 288px;
  }

  #vcard-collection .name-titles{
    padding-bottom: 8px;
  }

  #vcard-collection .displayName{
    display: block;
  }
  
  #vcard-collection .emails, .phoneNumbers, .urls{
    color: #7f7c7c;
  }
  
  #vcard-collection .type {
    color: #b4b3b3;
    margin-left: 6px;
  }
  
  #vcard-collection .adr .type {
      margin-left: 0;
  }
  
  #vcard-collection .adr span {
      display: block;
  }
  
  #vcard-collection p.adr {
      margin: 0 14px 10px 14px;
  }
  
  .h-card div.web-info {
      margin: 0 14px 10px 14px;
  }

  #vcard-collection .domain, .username, userid{
    display: none;
  }

  #vcard-collection .identity {
    height: 24px;
    margin-bottom: 2px;
    background-size: 16px 16px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }

  #vcard-collection .identity span{
    display: inline-block;
    margin-right: 5px;
    color: #666;
    vertical-align: top;
  }

  #vcard-collection .identity a{
    font-weight: bold;
  }
  
  #vcard-collection h2{
    margin: 10px;
  }

  .name-details span{
    display: block;
  }

  .address-details span{
    display: block;
  }

  .photo-container{
    width: 100px;
  }

  .photo{
    width: 100%;
  }

