@media all{

.pollh {
font-size: 30px;
font-family: "Roboto Condensed", Arial;
color: #000;
font-weight:bold;
line-height:26px;
text-align: justify;
width: 100%;
margin-left: 2px; 
}
.p_txt{
font-size: 16px;
font-family: Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
width: 100%;

}
.p_txt1{
font-size: 19px;
font-family: Arial;
color: #fff;
font-weight:normal;
line-height:28px;
text-align: justify;
width: 100%;
padding-left: 13px; 
text-shadow:#030303 0 1px 0;
}
#poll-container {
width: 100%;
height:70px;
border:1px solid #069;
margin-top: 2px;
}
#polln {
font-size: 30px;
font-family: "Roboto Condensed", Arial;
color: #555252;
font-weight:bold;
line-height:28px;
position:absolute;
display:block;
margin: 20px 20px 20px 20px;
}
#songcovp {
position:absolute;
margin: 10px 0 0 70px;
}
#songconp {
display:block;
margin: 25px 0 0 40px;

}
#songconp1 {
display:block;
margin: 10px 0 0 10px;

}
#songcovp1 {
position:absolute;
margin: 10px 0 0 1px;
float: right;
}
.songc_artistp{
font-size: 20px;
font-family: "Open Sans Condensed", Arial;
color: #000;
font-weight:bold;
line-height:26px;
text-align: justify;
margin-left: 2px; 
}
.songc_titlep{
font-size: 15px;
font-family: Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 2px; 
 
}
.pollresult{
font-size: 19px;
font-family: "Open Sans Condensed", Arial;
color: #008000;
font-weight:bold;
line-height:28px;
text-align: justify;
margin-left: 2px; 
}
#pollup {
width: 100%;
height:30px;
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
background-color: #069;
border:1px solid #069
}
.vote_btn {
	display:block;
	border:1px solid #aa9d4a;
	padding:0 11px;
	white-space:nowrap;
	cursor:pointer;
	background: #009933;
	color:white;
height:30px;
	font-weight:bold;
}
}

@media all and (max-width: 801px){

.p_txt1{
font-size: 15px;
font-family: Arial;
color: #fff;
font-weight:normal;
line-height:28px;
text-align: justify;
width: 100%;
padding-left: 13px; 
text-shadow:#030303 0 1px 0;
}
#polln {
font-size: 30px;
font-family: "Roboto Condensed", Arial;
color: #555252;
font-weight:bold;
line-height:28px;
position:absolute;
display:block;
margin: 20px 20px 20px 10px;
}
.pollh {
font-size: 24px;
font-family: "Roboto Condensed", Arial;
color: #000;
font-weight:bold;
line-height:26px;
text-align: justify;
width: 100%;
margin-left: 10px; 
}
.p_txt{
font-size: 14px;
font-family: Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
width: 100%;
 
}
.songc_artistp{
font-size: 17px;
font-family: "Open Sans Condensed", Arial;
color: #000;
font-weight:bold;
line-height:26px;
text-align: justify;
margin-left: 2px; 
}
.songc_titlep{
font-size: 14px;
font-family:  Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 2px; 
 
}
}