*:not(textarea){
    box-sizing: border-box;
    /* background-color: rgba(231, 195, 195, 0.7); */
    font-family: 'Times New Roman', Times, serif;
}

.animal_model_summary{
    width: 80%;
    text-align: center;
    /* display: none; */
}

body:not(textarea){
    background: hsla(166, 100%, 42%, 0.05);
    background-repeat:no-repeat;
}

.animal_model_img{
    width: 70%;
    height:50%;
}

.animal_model_info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: space-around;
    align-items: center;
}

.animal_model_detail_info_list_component{
    /* display: none; */
    /* max-width: 0; */
    /* max-height: 30%;
    overflow: auto; */

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
}

.detail_info_content{
    max-width: 80%;
    max-height: 30%;
    overflow: auto;
}

.add_animal_model_timeline_info,.add_animal_model_info{
    text-align: center;
}

.draggable {cursor: move;}

.time_point_content{
    background-color: aqua;
    max-width: 200;
    max-height: 100;
    color: black;
    overflow: scroll;
}

.timespan_content{
    background-color: aqua;
    overflow: auto;
}


#open_timeline_infograph, .add_animal_model_info, .add_animal_model_timeline_info, .detail_info_title{
    text-align: center;
    cursor: pointer;
}

form{
    display: flex;
    flex-direction: column;
    /* justify-content: left; */
    align-items: center;
    /* align-content: flex-start; */
}

form > *:not(.radio){
    padding: 0%;
    margin: 0%;
}

