root { 
    display: block;
}

body {
    width:auto;
}

.PollMain {
    width: 195px;
    height: auto;
    text-align: center;
/*    border: maroon 2px solid; */
}

.PollMain h2 {
    font-family: Arial, Tahoma, Serif;
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin: 2px 2px;
    padding: 2px 2px;
    text-align: center;
}

.PollMain h3 {
    font-family: Arial, Tahoma, Serif;
    font-size: 15px;
    font-weight: bold;
    color: #660033;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
}


.PollMain h4 {
    font-family: Tahoma, Serif;
    font-size: 13px;
    height: auto;
    font-weight: bold;
    color: #2a2a22;
    margin: 2px 2px;
    padding: 2px 2px;
}

.option1r {
    background: green;
}

.option2r {
    background: red;
}

.option3r {
    background: blue;
}

.poll {
    height: auto;
}

.poll tr {

}

.poll td {
    text-align: left;
    font-family: Arial, Tahoma, Serif;
    font-size: 11px;
}




