/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Feb, 2018, 12:06:56 PM
    Author     : reizend102
*/

a, div, span, p, label, input {
    outline: none!important;
    outline: 0!important;
}

.list-style{

    color: black;
    padding: 10px;
}

.list-style li, .list-style input[type="radio"]{
    cursor: pointer;
    list-style: none !important;
}