html{
    font-family: sans-serif;
}


.topad img{
    margin-left: auto;
    margin-right: auto;
}

.contactbutton{
    min-width: fit-content;
}

.motto{
    text-align: center;
    white-space: normal;
    font-size: 110%;
    background: rgb(0, 161, 255); /* this is a green */
    color: white;
    border-radius: 25px;
}
.button-access-app {
    background: rgb(28, 184, 65); /* this is a green */
    color: white;
    text-align: center;
    font-size: 125%;
    white-space: normal;
}

.button-next-page{
    background: rgb(113, 184, 153); /* this is a green */
    color: white;
    text-align: center;
    font-size: 155%;
    white-space: normal;
}


p, h1, h2, h3{
    margin-left: 1em;
    margin-right: 1em;
}

.body-text{
    max-width: 1000px;
    margin: auto;
}

.tweet-text{
    font-weight: normal;
}

.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

details summary {
    font-size: 150%;
    margin-left: 10px;
    padding-left: 10px;
    display: list-item;
}

.hashtags{
    text-align: center;
}


.page-content {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 900px) {
    .header{
        display: flex;
        justify-content: space-evenly;
    }
    .header div.logo{
        width: 30%;
    }
}
@media only screen and (max-width: 900px) {

    .header{
        display: block;
    }
}

.tweets-section, .hidden-tweets-section{
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.atweet:nth-child(even){
    background-color: aliceblue;
}

.nextpage, .centertext {
    text-align: center;
}

.textbit{
    width:100%;
}

.textwithimagebit{
    width:80%;
    float:left;
}

.imagebit{
    width:20%;
    float:right;
}

.imagebit img{
    width:100%;
}

.tweetlinks{
    clear:both;
}

summary.small{
    font-size: 1em;
}

summary.small:focus{
    font-size: 1.5em;
}

div.contactbutton{
    text-align: center;
}

.logout{
    text-align: right;
}

#mainfeedmenu{
    padding: 0.5em;
    text-align: center;
}

#twitterlinksmenu{
    display: none;
}

#twitteradminlinksmenu{
    display: none;
}

#twittertoolslinksmenu{
    display: none;
}


#pluginscontrol{
    display: none;
}

/* favourites section - saved searches */

#favouritesGui{
    display:flex;
}
.search-terms-section{
    margin-right: 2em;
    border-right: black;
    background-color: aliceblue;
    border-style: groove;
    padding-right: 1em;
    flex: 1 0 30%;
}

.favourite-searches-list button{
    padding: 5px 10px;
    width: 100%;
}

.favourite-searches-list li{
    list-style: none;
}

.favourite-searches-list li.menu-item:not(:last-child) {
    margin-bottom: 3px;
}

.favourite-searches-list button.selected{
    background-color: #a9e3ff;
}

.favourite-link-blocks, .twitter-list-blocks{
    display: flex;
    flex-wrap: wrap;
}

.favourite-link-block{
    border: blue;
    border-style: inset;
    padding: 0.5em;
    flex: 1 0 21%;
    border-width: 1px;
}

.twitter-list-block{
    border: blue;
    border-style: inset;
    padding: 0.5em;
    border-width: 1px;
    flex: 1 0 15%;
}

.favourite-header, .twitter-list-header{
    text-align: center;
    font-size: larger;
}

.twitter-list-header button.pure-button{
    background-color: #c3e9f4;
}

.favourite-link-block:nth-child(2n){
    background-color: aliceblue;
}

/* make the menu float right because it is annoying to scroll
down the middle of the screen and have the menu popup */
div.tweetheader div.dropdown{
    float:right;
}

.twitter-list-block:nth-child(2n){
    background-color: aliceblue;
}

.favourite-link-description{
}

.twitter-list-description{
    text-align: center;
    padding: 1em;
}

.loggedin-twitter-details{
    font-size: smaller;
}

.last-visited-date{
    text-align: center;
    font-style: italic;
}

.just-visited{
    font-style: oblique;
    font-weight: lighter;
    font-size: smaller;
}

.filter-checkbox-options{
    display: flex;
    flex-wrap: wrap;
}

ul.filter-checkbox-options li{
    list-style: none;
    padding-left: 1em;
}

.filter-options{
    display: flex;
}

.filter-buttons{
    padding-left: 1em;
}