@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

#main_container{
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.totaler{
  color:blue;
}

#nowLoaded{
  display: none;
}

#tax {
    /* font-size: 8px; */
    table-layout: fixed
}

td {
    word-wrap: break-word;
}

#myInput {
  /* background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat; */
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.boxer {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  cursor: pointer;

}

.boxer:hover {
  background-color:#eee;

}

select{
  max-width: 100px;
}















.yesvote{
  color:green;
}

.novote{
  color:red;
}

.cardexp {
  /* Add shadows to create the "card" effect */
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */

  /* width:400px; */
  /* background-color:#1f2124; */

  font-family: Helvetica, Arial, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom:25px;

}

.containerexp2 {
  padding: 2px 16px ;
}

#polName{
      font-size:22px;

}
.itHead{
      color:orange !important;
      font-size:14px;
}
#nameexp{

  padding-top: 30px;
  color:#f6b352;
}

#percexp{
  font-size:30px;
  padding-bottom:15px;
  color:#f6b352;
}

/* .mainone{
  font-size: 14px;
} */

.bstyle{
  margin-top:3px;
}

.vis{
  display: block;
}
.invis{
  visibility: hidden;
  opacity:0.2;
}

.btnexp {
  /* display: block; */

  background: #F6B352;
  color: white !important;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.9);
  transition: all 200ms ease-in-out;
  text-decoration: none;
    max-width:200px;


}

#containerexp{
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;

}

#counterexp{
  margin: auto;
  width: 100%;
  text-align: center;
}
img.rounded {
  /* object-fit: cover; */
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
}





* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-family: "Montserrat";
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: orange;
}

.hh2 {
  color: #000;
  margin: .5rem 0 .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

.hh5 {
  color: #000;
  margin: .5rem 0 .5rem;
  font-size: 1.0rem;
  font-weight: 300;
  text-transform: uppercase;
}

#contain{
      width:100%;
}
#namer{
  float: left;
      height: 120px;
width: 50%;
display: block;
margin-top:30px;
}

/* img {
  display: block;
    border: 0;
    width: 100%;
    height: auto;
} */

/***************************           Cards            *******************************/

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* see notes below */
  grid-auto-rows: minmax(300px, auto);
  grid-gap: 1rem;
}

.card {
  max-height: 600px;
      overflow-y: auto;
  /*background: red;*/
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: .5rem;
  /* -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); */
  display: flex;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #5d5e5e;

} /* li item */
.thumbnail {
    height: 120px;
    /* width:100%; */
    float: left;
    width: 95px;
    margin-right: 3px;
    overflow:hidden;
}

.thumbnail img {
  fill: #c7c4c4;
  height: 135px;

    /* width: 135px; */
  /* opacity: .25; */
  /* padding: 1.5rem; */
}

.card-content {
    font-size: .75rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel.card-panel .panel-header {
    background-color: #ffffff;
    font-size: .75rem;
    font-weight: 400;
    height: 25px !important;
}

.panel.card-panel .panel-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category {
  font-size: .75rem;
  text-transform: uppercase;
}

footer {
  /* border-top: 2px solid #e7e7e7; */
  margin: .5rem 0 0;
  min-height: 30px;
  font-size: .5rem;
}

.category {
    position: absolute;
    top: 110px;
    left: 0;
    color: #fff;
    background: #e74c3c;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.category__01 {
  background-color: #50c6db;
  width:100%;
}

.category__02 {
  background-color: #5d5e5e;
}

.category__03 {
  background-color: #51bb7b;
}

.category__04 {
  background-color: #f47820;
}

.category__05 {
  background-color: #8350a0;
}

.post-meta {
  margin-top: .5rem;
}

.comments {
  margin-left: .5rem;
}



#photos {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;
  max-width:1000px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  max-height:110px;
    max-width:100px;

}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
