/*child_styles.css*/

html {
    position: static;
    top: 0pc;
    left: 0px;
    width: 1020px;
    /*width:1020px;*/
}

body {
    height: 100%;
    font-family: Verdana, Arial;
    font-size: 18px;
    word-wrap: normal;
    margin-bottom: 100px;
}

body>p {
    word-wrap: normal;
}

.container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pic_about {
    text-align: center;
}

.pic {
    text-align: left;
}

legend {
    margin: 3px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    border: 0px;
    line-height: 18px;
}

div.terminal {
    width: 620px;
    height: auto;
    margin: 5px;
    padding: 10px;
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 0px 20px gray;
    border-radius: 3px;
}

div.terminal_width_750px {
    width: 750px;
    height: auto;
    margin: 5px;
    padding: 10px;
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 0px 20px gray;
    border-radius: 3px;
}

div.terminal_width_950px {
    width: 950px;
    height: auto;
    margin: 5px;
    padding: 10px;
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 0px 20px gray;
    border-radius: 3px;
}

#target_week01 {
    border: none;
}

.final_plan_width {
    width: 980px;
}