.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
width: 30%;
margin: 8px;
}

.uk-card:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}

.uk-card-default {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-body {
    padding: 30px 30px;
}

.uk-card-title {
    font-size: 24px;
    line-height: 1.4;
}

.box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    justify-content: center;
     align-content: center;
margin-top: 20px;
margin-bottom: 20px;
}

.colored-block {
    
    width: 33,3%%;
    flex: 1 1 100px;
    padding: 30px;
    text-align: center;
    color: white !important;
    font-size: 26px;
    font-weight: 900;
border-radius: 5px;
    margin: 5px;
    }
.colored-block:visited {
color: white;
}

.colored-block:hover {
color: white;

}

#orange {
    background-color: #ff8f19;
}
#orange:hover {
   /* background-color: none;
background-image: url(/sm_full.aspx?guid=93543
);*/
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
background-size: cover;
}


#green{
   background-color: #a8ca01;
}

#green:hover {
   /* background-color: none;
background-image: url(/sm_full.aspx?guid=89983);
*/
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
background-size: cover;
}

#blue{
    background-color: #3da6bc;
}

#blue:hover {
   /* background-color: none;
background-image: url(/sm_full.aspx?guid=90003);*/
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
background-size: cover;
}


.media-top {
margin: 0 !important;
}
/*Table*/
.uk-table {
  /* 1 */
  border-collapse: collapse;
    border: white;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}
.uk-table tr:nth-child(1) {
    background-color: #ff8f19 !important;
    color: white;
font-size: 1.2em;
}

.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

