.searchAndFilter {
    /* background-color: lightgray; */
    padding-top: 7px;
}

.leftEdge {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.rightEdge {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.searchButton {
    display:block;
    width:100%;
}

.bottomSpace {
    padding-bottom: 7px;
}

.topSpace {
    margin-top: 5px;
}

.x-button {
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    right: 25px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titletext {
    border:1px solid black;
    background:linear-gradient(to bottom, white, rgba(156,220,254,1));
}

@media only screen and (max-width: 600px) {
    #filters-search-input {
        margin-left: -10px;
        width: 310px;
    }
    .x-button {
        margin-top: -20px;
    }
  }

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

    #filters-search-input {
      width: 220px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

    #filters-search-input {
      width: 400px;
    }
    .x-button {
        margin-top: -20px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    #filters-search-input {
      width: 550px;
    }
    .x-button {
        margin-top: -20px;
    }
}

@media only screen and (min-device-width : 360px)
and (max-device-width : 460px) {

    #filters-search-input {
      width: 210px;
    }
    .x-button {
        margin-top: -20px;
    }
}

.function {
    text-align: left;
    padding-left:10px;
}

.town {
    text-align: right;
    padding-right:30px;
}

.party {
    text-align: left;
    height: 45px;
    padding-left: 10px;
}

.leftvote {
    text-align: left;
    padding-left: 10px;
}

.rightvote {
    text-align: right;
}

.titletext {
    border:1px solid black;
    background:linear-gradient(to bottom, white, rgba(156,220,254,1));
}

.polimage {
    width:100%;
    padding-top:10px;
    width: 90%;
    margin: auto;
    display: block;
    z-index: 1;
}

.xcanvas {
    position:relative;
    z-index: 2;
}

/* .progress {
    padding-left: 10px;
} */

.infoTable {
    padding-left: 10px;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

a:hover {
    color: #D00000;
    background-color: #ffffa0;
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    background-color: #ECF0F1;
    /*
    height: 25px;
    width: 25px;
    */
}

.middleButton {
    height: 40px;
    width: 40px;
}

.largeButton {
    height: 60px;
    width: 60px;
}

.smalltable {
    width:120px;
}

.voteButtonCol {
    width: 33%;
}

.voteButtonLeft {
    padding-left:20px;
}

.voteButtonRight {
    /* padding-right:10px; */
}

.buttonGap {
    width: 30%;
}