div.gallery 
{
    margin: 10px;
    border: 0px solid #ccc;
    padding: 10px;
    border-radius: 12px;
    height : 360px;
    vertical-align: top;
}
div.holder 
{

    border: 0px solid #ccc;
    float: center;
}



div.gallery img 
{
    
}

div.desc 
{
    padding: 20px;
    text-align: center;   
    vertical-align: text-bottom;
}



.icon-wrapper{
    position:relative;
    float:left;
}

*.icon-white {color: white}


.evnt-flag {
  background-color: green;
  color: white;
  border-radius: 50%;
  padding: 5px 15px;
  font-size: 20px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -18px;
  left: 150px;
  display:none;
  border: 2px solid #ffffff;
  display:none;
  width:auto;
  border: 2px solid #ffffff;
  padding: 3px ;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 30px;
}

.menu-flag {
  background-color: red;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0px;
  right: 0px;
  display:inline-block;
  width:auto;
  border: 2px solid #ffffff;
  padding: 3px ;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 30px;
}
.menu-conflag {
  background-color: grey;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0px;
  right: 20px;
  display:inline-block;
  width:auto;
  border: 2px solid #ffffff;
  padding: 3px ;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 30px;
}

table.blueTable {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 2px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #DCEBF5;
}
table.blueTable thead {
  background: #B4C5DD;
  background: -moz-linear-gradient(top, #c7d3e5 0%, #bbcae0 66%, #B4C5DD 100%);
  background: -webkit-linear-gradient(top, #c7d3e5 0%, #bbcae0 66%, #B4C5DD 100%);
  background: linear-gradient(to bottom, #c7d3e5 0%, #bbcae0 66%, #B4C5DD 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #4A4A4A;
  text-align: left;
  border-left: 0px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}