.tmb-flag {height:20px; margin-right: 6px;}

.table-orange {
  border: 2px solid #566a58;
  font-size: 13px;
}
.table-orange > thead > tr > th,
.table-orange > tbody > tr > th,
.table-orange > tfoot > tr > th,
.table-orange > thead > tr > td,
.table-orange > tbody > tr > td,
.table-orange > tfoot > tr > td {
  border: 2px solid #ffa500;
  background-color: transparent;
}
.table-orange > thead > tr > th,
.table-orange > thead > tr > td {
  border-bottom-width: 2px;

}

.table-orange > thead > tr > th
{
  border-color: #566a58;
  background:   #566a58;
  border: 2px solid #566a58;
  color: #fff;
  font-weight: bold;
}


.table-cizgi > tbody > tr:nth-of-type(odd) {
  background-color: #f7ede6;
}

.square-icon a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: left;
    margin-left: 10px;
    background-color: #f26400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
   		    border-radius: 2px;
}
.orange
{
  color: #f26400;
  margin:0 0 0 0px;
}
.black
{
  color: #000000;
  margin:0 0 10px 0px;
}
.blackheader
{
  margin: 0 0 0 0px;
}
.member-image img {
  border: solid #bbb 1px;
}
.tablemar tr td {
  padding: 2px 0 2px 0 !important;
}

.collumns {
    list-style-type: square;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 767px) { 
  .collumns {
    list-style-type: square;
    float: left;
    width: 100%;
  }
}