@charset "utf-8";

#privacy h2 {
    background-color: #191919;
    padding: 10px 1em;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 30px;
}

#privacy .mtext {
	font-size: 24px;
    font-weight: bold;
    color: #1447A0;
    padding-bottom: 6px;
    border-bottom: 1px dotted #a1b5d9;
    margin-bottom: 10px;
}

#privacy ul {
    margin: 0;
    padding: 10px 10px 0 10px;
}

#privacy li {
    padding: 0 0 1em;
    list-style: none;
}

@media only screen and (max-width: 640px){
    #privacy{
        width: 600px;
        margin: 50px auto;
    }
}
