html > body {
    /* override bootstrap background */
    background: #f9f9f9;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1;
    padding-bottom: 30px;
}

footer {
    font-size: 12px;
    text-align: center;
    padding-top: 1em;
	background-color: #dcdcdc;
}

.strong {font-weight:bold;}

.card-block {
    padding: 1.25rem;
}

.email-table {
    margin-top: 20px;
}

div.min-height {
    min-height: 240px;
}

header {
    background-color: #59be95;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.email-table > .email {
    border-top: 5px solid #7C96AB;

}

.header-shadow {
    box-shadow: 0 2px 2px rgba(182, 182, 182, 0.75);
}

.waiting-screen {
    padding: 40px 15px;
    text-align: center;
}

.random-column {
    border-left: 1px dashed #333;
}

.random-button {
    height: 48px;
    padding: 10px;
	background-color:#1aa300;	
	border-color:#515151;
}

.question{color:#1aa300; font-weight:bold;}

.green {color:#1aa300;	}

.random-button:hover{
	background-color:#116900;
}

.navbar-nav li{
    float: left;

}

.menu-color {color:#08899e;}

.emailbox{
    text-align: left;
}

.headertop{
    color: rgba(182, 182, 182, 0.75);
    font-size: 17px;
    font-weight: bold;
}

.lesscontent{
    font-size: 14px;
    color: rgba(182, 182, 182, 0.75);
}

.specialrows .col-md-4{
    padding-bottom: 10px;
}

.fullcoverrow{
        background-color: #fff;
    padding: 20px;
}

.inboxstyle{
        color: #17a2b8;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0px;
    
}

.inboxstyletop{
    border-bottom: 5px solid gray;

        margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}

.fromname{
    font-size: 14px;
    font-weight: bold;
}

.replyicon{
    color: #1aa300;
    display: none;
    cursor: pointer;
}

.completerow{
    cursor: pointer;
}

.fullemail{
    display: none;
    max-height: 700px;
    overflow: auto;
}

.hideshortcontent .fullemail{
    display: block;
}

.hideshortcontent .specialrows{
    display: none;
}

.refreshbutton,.copyemail{
    color: #1aa300;
    cursor: pointer;
}

.copyemail:hover a{
    color: #a6ffa6;
}

@media only screen and (max-width: 640px) {
    .copyemail {
        text-align:center;
		padding: 5px 0 5px 0;
    }
	

	
}

.copyemail a{
    color: #1aa300;
    text-decoration: none;
}

.hideshortcontent .inboxtext,.hideshortcontent .refreshbutton{
    display: none;
}

.hideshortcontent .replyicon{
    display: block;
}

.downloademail,.deletebtn{
    display: none;
}

.hideshortcontent .downloademail,.hideshortcontent .deletebtn{
    display: inline;
}

.deletebtn{
    margin-left: 10px;
}

.completerow:hover{
    background-color: #6df3bc;
    opacity: 0.8;
}

@media only screen and (max-width: 640px) {
    .replyicon span{
        display: none;
    }
	
	.navbar li {font-size:10px;}
}

.adstop{
    width: 100%;
    min-height: 50px;
    
}