﻿.rowT {
    margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.rowT,
.rowT > .columnT {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.columnT {
    float: left;
    width: 25%;
}

/* Clear floats after rows */ 
.rowT:after {
    contentT: "";
    display: table;
    clear: both;
}

/* ContentT */
.contentT {
    background-color: white;
    padding: 10px;
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .columnT {
        width: 100%;
    }
}


.row1 {
	margin-top: 20px;	
}




.columnb a{
	color: white;
}
.rowb {
    margin-bottom: 10px;
color: white;	
}
.tourlistb{
margin-bottom: 10px;
}

/* Add padding BETWEEN each column */
.rowb,
.rowb > .columnb {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.columnb {
    float: left;
    width: 50%;
color: white;
}

/* Clear floats after rows */ 
.rowb:after {
    contentb: "";
    display: table;
    clear: both;
}

/* Contentb */
.contentb {
   background: rgba(0, 0, 0, 0.5);
    padding: 10px;
   color: white;
}