.logo {
    background-image:url(~/Images/logo.png);
    display:block;
    height:103px;
    width:203px;
}

 .tileMe li {
    display: inline-block;
    float: left;
}

 .tile a {
    display: block;
    padding: 10px;    
    margin-right: 5px;
}

.tileborder div {    
    outline: 1px solid black;
    margin: 10px;
    width:200px;
    height:200px;
    display:block;      
}

.darkblue a {
    color: #223D5B;
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin: 8px;
  padding-top: -1px;
  padding-bottom: -1px;
  padding-left: 13px;
  padding-right: 13px;
  background: #F5F5F5; }

.select {
    height: 32px;
    margin:0px;
}


.cardtext {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;  
  font-style: normal;
  color: #223D5B; 
  line-height: 0;  
  border-width:0px;
  font-size: 14px;
  font-weight: lighter;
  margin: 3px;
}

  button.round, .button.round {
    -webkit-border-radius: 500px;
    border-radius: 500px; 
  }

  .smallmap {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}


