
#description_of_post_type {
    margin-left:150px;
    margin-top:50px;
}
#description_of_post_type li {
    
    margin-top:10px;
    font-size:14px;
    line-height: 1.6em;
}
.positive_aspect {
    color:green;
}
.negative_aspect {
    color:brown;
}
#pros_and_cons_elements {
    height:145px;
    overflow: hidden;
    min-width: max-content;
    width:80%;
    max-width:800px;
    padding-bottom:5px;
    margin-bottom:5px
    
}
#pros_and_cons_section_reading_initiator {
    border:1px solid lightgray;
    background-color: rgba(238, 238, 238, 0.355);
    display: block;
    width: max-content;
    cursor: pointer;
    padding:5px 15px;
    border-radius: 25px;
    font-size: 12px;
    margin-left:35px;
    white-space: nowrap;
}
#pros_and_cons_section_reading_initiator:hover {
    background-color: rgba(228, 228, 228, 0.755);
}
.acc_creation_invite {
    font-size: 14px;
    line-height: 1.6em;
    max-width: 85%;
    text-align: center;
}
.acc_creation_invite a {
    color:rgb(0, 140, 230);
    font-weight: bold;
    text-decoration: none;
}
.acc_creation_invite a:hover {
    text-decoration: underline;
}
#page_sectioner {
    margin:auto auto;
    margin-top:35px;
    margin-bottom: 35px;
    border:1px solid lightgray;
    width:80%;

}
#static_post_type_file_option_content_section_wrapper {
    margin-top:100px
}
#post_details_section {
    box-sizing: border-box;
    margin: auto auto;
    width:95%;
    min-width:max-content;
    max-width: 1000px;
    margin-top:55px;
}
#post_details_section .ql-toolbar{
    /*border:1px solid lightgray !important;*/
    margin-left:0 !important
}
#post_details_section .ql-editor {
    padding:10px !important
}
#upper_buttons_zone {
    width:80%;
    margin:auto
}

#post_interactivity_selection_section {
    margin-left:150px;
    
}

#no_interactivity_reminder {
    text-align: center;
    line-height: 1.6em;
    margin:100px auto;
    width:90%;
    max-width: 700px;
}
#no_interactivity_reminder a {
    color:rgb(0, 140, 230);
    font-weight:bold
}
@media only screen and (max-width:1202px){
    
    #description_of_post_type {
        margin-left:15px;
        margin-top:35px;
    }
    #pros_and_cons_section_reading_initiator {
        font-size:12px;
    }
    #static_post_type_file_option_content_section_wrapper {
        margin-top:35px;
    }
    #upper_buttons_zone {
        width:100%;
    }
    #no_interactivity_reminder{
        
        margin-top: 50px;
        margin-bottom:100px
    }
    #post_interactivity_selection_section {
        margin-left:10px;
    }
}

@media only screen and (max-width:602px){
    #pros_and_cons_elements{
        min-width: unset;
        width:90%;
        max-width:95%;
        padding-left:15px
    }
    #post_details_section {
        margin-left:10px
    }
    #description_of_post_type li {

        list-style-type: disc !important;
        
    }
    #no_interactivity_reminder p{
        font-size:14px;
    }
    
}
        