h2.afterfibre
{
    margin: 2px;
}
h2.block-title
{
    margin-top: 10px;
}
div.nav
{
    margin-bottom: 0;
}
.rTableTitle
{
    display: table;
    width: 100%;
}
.rTable
{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.rTableRow
{
    display: table-row;
}
.rTableCell
{
    display: table-cell;
    padding: 0 0px;
    border: 0;
}
.rTableCellRight
{
    display: table-cell;
    padding: 0 0px;
    text-align: right; 
    border: 0;
    width: 40%;
}
div.rTableCellTitle
{
    display: table-cell;
    padding: 0 0px;
    text-align: center; 
    border: 0;
}


div.cartodb-popup-header a {
    outline: none;
    color: #0059B0;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.35em;
}

div.cartodb-popup-header a:hover,
div.cartodb-popup-header a:focus {
    outline: none;
}

div.cartodb-popup-header a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: green;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

div.cartodb-popup.v2 {
    border-radius: 5px;
    padding: 5px;
}

div.cartodb-popup.v2 img {
    padding: 0;
}

div.cartodb-tooltip-content-wrapper {
    padding: 5px !important;
}

div.cartodb-tooltip-content-wrapper img {
    padding: 0 !important;
}
div#nsrcTitle {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 3;
}

div.mapTitle {
    width: 200px;
    font-family: "europa-1", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.mapLinks a {
    outline: none;
    color: #0059B0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.15em;
}

.mapLinks a:hover,
.mapLinks a:focus {
    outline: none;
}

.mapLinks a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: green;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

div.mapLinks {
    width: 200px;
    font-family: "europa-1", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.modalDialogTwitter {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialogTwitter:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialogTwitter > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.modalDialog2 {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog2:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog2 > div {
    width: 800px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}


tr:nth-child(even) {
    background: #CCC
}
tr:nth-child(odd) {
    background: #FFF
}