.table {
        border: 2px solid #4b9cd4 ; -webkit-box-shadow:0 0 2px #4b9cd4; 
        -moz-box-shadow: 0 0 20px #4b9cd4; 
        box-shadow:0 0 5px #4b9cd4;
        border-radius: 10px;
        padding: 5px;
        width:100%;
    }
    table.alternate_color tr:nth-child(even) {   background-color: #E0EEF9;}
    thead tr:nth-child(odd) th   { background-color:#0D2560; }
    thead tr:nth-child(even) th   { background-color:#4b9cd4; }
    
   /* Float two columns side by side */
.mycolumn {
  float: left;
  width: 50%;
  padding: 3px 3px;
}

.mywidecolumn {
    float: left;
  width: 70%;
  padding: 5px 5px;
}
.mynarrowcolumn {
    float: left;
  width: 30%;
  padding: 5px 5px;
}
.singlemycolumn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.mywidecolumn {
    float: left;
  width: 70%;
  padding: 5px 5px;
}
.mynarrowcolumn {
    float: left;
  width: 30%;
  padding: 5px 5px;
}
/* Remove extra left and right margins, due to padding */
.myrow {
    border: 1px solid #4b9cd4 ; -webkit-box-shadow:0 0 1px #4b9cd4; 
       -moz-box-shadow: 0 0 3px #4b9cd4; 
       box-shadow:0 0 3px #4b9cd4;
     border-radius: 10px;
    margin: 5px -10px;
    padding: 0px 3px;
    }

/* Clear floats after the columns */
.myrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .mycolumn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .mywidecolumn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .mynarrowcolumn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  .mysinglecolumn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  
}
/* Style the counter cards */
.mycard {
  padding: 5px;
  text-align: left;
}
    .statbutton {
        color: #4b9cd4 !important;
        padding: 10px;
        font-weight: bold;
        background-color: #0d2560 !important;
        border: solid navy 2px;
   	    border-radius: 50px;
    }
   
    .statbutton:hover, .statbutton:active 
    {
   	    background-color: #4b9cd4 !important;
   	    color: white !important;
    }
    
    th, td 
    {
     padding-top: 5px;
    }

    .nametext {
    font-size:1.3em;
    font-weight:bold;
    text-align:left;
}

.infotext {
    font-size:1.1em;
    text-align:left;
}

.outline {
    padding:-1px -1px;
    color: #4b9cd4;
    font-weight: bold;
    border: 1px solid #4b9cd4;
    }

.outlineBlack {
    padding:-1px 0px;
    color: #000;
    border: 1px solid #000;
    }

.redFont {
    color: #F00;
    }

.greenFont {
    color: #080;
    }
.blackFont {
    color: #000;
    }
.image-container {
      max-width: 30%;
    position: absolute;
    top: 60px;
    height: auto;
    right: 0px;
    opacity: 100%
}

.top-right-overlay {
    padding:2px;
  position: relative;
  top: -10px;
  right: 20px;
  color: #0d2560;
  line-height: 15px;
  border: 0px solid black;
  border-radius: 8px;
  background-color: rgba(255,255,255,50%);
  font-weight: bold;
  font-size: 1.2em;  
}

.profileNameText {
    font-size:1.8em;
    font-weight:bold;
    text-align:left;
    color: #FFF;
    padding-top: 50px;
}

.profileInfoText {
    font-size:1.2em;
    text-align:left;
    padding-top: 50px;
    color: #FFF;
}

.profileSummaryText {
    font-size:1.0em;
    font-weight: normal;

}

.ui-widget-content.ui-autocomplete {
    width: 500px;
}