@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
.container .content {
    width: 100%;
    flex: 1;
    overflow-x: hidden;
	padding: 15px;	}
.container .content .main {
    width: 100%;
    height: auto;
    position: relative; }
.container .title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
.container .strongFont {
    font-weight: bold;
}
.container strong {
    font-weight: bold;
}

.container .developers {
    font-size: 15px;
    line-height: 24px;
}
.container .wordContentHeader {
    font-size: 15px;
    color: #333;
    text-indent: 30px;
    line-height: 24px;
    margin-top: 10px;
}
.container .wordContent{
    width:100%;
    height:auto;
    margin-bottom: 20px;
}
.container .wordContent h1{
    width:100%;
    height:auto;
    text-align: left !important;
    font-size: 15px;
    font-weight: bold;
}
.container .wordContent h3{
    width:100%;
    height:auto;
    text-align: left !important;
    font-size: 15px;
    font-weight: bold;
    text-indent: 30px;
    margin-top: 10px;
}
.container .wordContent .medicareTitle{
    text-align: center;
}
.container .wordContent p{
    font-size: 15px;
    text-indent: 30px;
    line-height: 24px;
    margin-top: 10px;
}
.container .wordContent ul{
    padding-left: 30px;
}
.container .wordContent ul li{
    font-size: 15px;
    line-height: 24px;
}
.txtUnderLine {
	text-decoration: underline;
}

.text-line{
    text-decoration:underline;
}

/*# sourceMappingURL=activ1.css.map */
