@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	position: relative;
	background: url(../img/radio_punjab.png) center no-repeat;
}

audio{
	width: 60%;
	margin-top: 80%;
}

table {
    width:100%;
}

table, th, td {
   border: 1px solid white;
}

th, td {
    padding: 10px;
    text-align: left;
    color: #2c3e50;

}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th {
    background-color: #2c3e50;
    color: white;
}

