.top {
background-image: url(/image/medical/back.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}

h1 {
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.btn {
    background-color: rgba(224,246,255,1);
    display: inline-block;
    padding: 2% 4%;
    color: #001e62;
    border-radius: 8px;
    font-weight: bold;
    transition: ease-in-out 0.2s;
    border-bottom: none!important;
    font-size: large;
}

p,ul,li {
text-align:left;
}

.point span {
font-weight   : bold;
border-bottom: solid 3px #fcc800;
font-size     : 120%;
}

/*.w80 .sider img {
box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.w80 .side img {
box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}*/


.symptom {
background-color:#f5f5f5;
border-radius: 10px;
}

.symptom span {
font-weight   : bold;
font-size     : 120%;
}

/*.sider h3 {
background-color: #fbf4d9;
font-size     : 200%;
padding: 1%;
}*/

.sider span{
    font-size: 120%;
    font-weight: bold;
    /* border-bottom: solid 5px #fcc800; */
}}
@media screen and (max-width: 700px){
.btn{
    background-color: rgba(224,246,255,1);
    display: inline-block;
    padding: 5% 5%;
    color: #001e62;
    border-radius: 8px;
    font-weight: bold;
    transition: ease-in-out 0.2s;
    border-bottom: none!important;
	text-align:center;
	font-size: medium;
	width:80%;}

}