.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#text_bylaws_subtext {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(74, 74, 74);
    display: block;
    margin-right: auto;
}

#text_bylaws_subtext1 {
    float: none;
    height: 50px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#b_text_bylaws_subtext {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    margin-right: auto;
    border: 0px none rgb(5, 78, 21);
    background-color: rgb(229, 229, 229);
}

#text_bylaws_subtext2 {
    float: none;
    height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#text_bylaws_subtext3 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 90%;
    display: block;
}

#t_text_bylaws_subtext {
    float: none;
    font-size: 13px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 15px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(16, 16, 16);
	
	max-width: 1000px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#text_bylaws_subtext4 {
    float: left;
    height: 20px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    display: block;
}

@media only screen and (max-width: 1350px) {
    #text_bylaws_subtext3 {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        width: 90%;
        margin-right: auto;
    }

    #t_text_bylaws_subtext {
        height: auto;
        width: 100%;
    }

    #text_bylaws_subtext4 {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }
}

@media only screen and (max-width: 900px) {
    #b_text_bylaws_subtext {
        width: 100%;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #b_text_bylaws_subtext {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #text_bylaws_subtext1 {
        height: 50px;
    }
}

