@charset "utf-8";

@media only screen and (min-width: 0px) and (max-width: 1200px) {
#tips{
    width: 83.33333333333334%;
    padding: 5%;
}
#tips section{
    margin-bottom: 5%;
}
#tips table{
    margin-bottom: 2.5%;
    font-size: 14px;
}
#tips table th{
}
#tips p{
    font-size: 14px;
}
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
#tips{
    width: 93.75%;
}
#tips section{
    margin-bottom: 9.375%;
}
#tips table th,
#tips table td{
    font-size: 12px;
    padding: 5px;
}
}
