.uvn-elecciones-app-header-nav {
        text-align: center;
      border-left: 0;
      border-right: 0;
      max-width: 280px;
      padding: 8px 0 8px;
      margin: 0 auto;
      margin-bottom: -24px;
      border-bottom: 1px solid #dddd;
}
.uvn-elecciones-app-header-nav a.icon-resultados:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    background: url(https://cdn4.uvnimg.com/d6/58/71d42cb447b7b9109e9322bf9977/icon-usa.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: -1px;
    opacity: 0.7;
}
.uvn-elecciones-app-header-nav a:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uvn-elecciones-app-header-nav a:last-child {
    margin-right: 0;
    border-right: 0;
}
.uvn-elecciones-app-header-nav a:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uvn-elecciones-app-header-nav a.icon-liveblog:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #E02B35;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: initial;
    position: relative;
    top: 1px;
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
}
.uvn-elecciones-app-header-nav a.icon-liveblog:before {
    -webkit-animation: none;
    animation: none;
}
.uvn-elecciones-app-header-nav a.icon-liveblog:before {
    -webkit-animation: none;
    animation: none;
}
.uvn-elecciones-app-header-nav a {
    height: 21px;
    line-height: 21px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 8px;
    border-right: 1px solid #DDDDDD;
    font-weight: 600;
}
.uvn-elecciones-app-header-nav a:first-child {
    margin-left: 0;
}
.uvn-elecciones-app-header-nav a.icon-home:before {
    content:'';
    background: #fff;
    width:8px;
    height: 8px;
    border-radius: 50%;
}
.uvn-elecciones-app-header-nav a.icon-home {
   
    border-right: 1px solid #DDDDDD;
}

#elecciones-container.c_midterms {
  padding: 0 10px;
}
@media screen and (min-width: 1048px) {
  #elecciones-contain.c_midterms {
    padding: 0;
  }
}