.title-box{
    background-color: purple;    
    border: 0px solid #000000;
    height: 15vh;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    color: white;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}

.title-box2{
    background-color: purple;    
    border: 0px solid #000000;
    height: 20vh;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    color: white;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}

.touch-button{
    display: block;
    width: 100%;
}

.inline-block{
    display: inline;
}

.pull-right{
    position: absolute;
    right: 0px;
}

.pull-left{
    float: left;
}

.content-box{
    height: 85vh; 
    width:100%; 
    display: block;
    top: 15vh;
    background-color: #F1F0FF;
    position: relative;
    overflow-y: scroll;
    overflow: scroll;
	max-height: 85vh; 
}



.content-box2{
    height: 80vh; 
    width:100%; 
    display: block;
    top: 20vh;
    background-color: #F1F0FF;
    position: relative;
    overflow-y: scroll;
    overflow: scroll;
	max-height: 85vh; 
}


.family-member{
    height: 8vh; 
    width:100%; 
    background-color:#C3C3E5;
    display: block;
    position: relative;
}

.infor{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #540254;
    padding: 5px;
    display: none;
    position: relative
}

.devider{
    color: purple;
}

.make-center{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.add-medi-app{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #540254;
    padding: 5px;
    display: none;
    position: relative;
    height: 120px;
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 90%;
    height: 30%; 
    margin-left:auto;
    margin-right:auto;
}

#rcorners1 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 5px; 
    width: 90%;
    height: 10%; 
    margin-left:auto;
    margin-right:auto;
}



