table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%!important;
  max-width: 100%!important;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th > img,
table > tbody > tr > th > img,
table > tfoot > tr > th > img,
table > thead > tr > td > img,
table > tbody > tr > td > img,
table > tfoot > tr > td > img {
  width:100%
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table {
  border: 1px solid #ddd!important;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

.list-img {
    border:2px solid #ddd;
}
.btn-primary {
    background: #f68b1f;
    border-color: #f68b1f;
    color: #ffffff;
    font-weight: bold;
}
.btn, .form-control {
    border-radius: 3px!important;
}
.side ul {
    padding:0px;
}
.side ul li {
    list-style: none!important;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 18px;
}
.footerlinkcolor a {
	color: #d4d3d3;
}