


	body{
		background-color: #FFFFCC;
		text-align:center;
		font-family :  arial, helvetica, san-serif;
		color : #5F5F59;
font-size : .9em;
line-height:1.1em
	}

	td{
font-size : .9em;
line-height:1.1em
	}

		TD A  {
		color: green;
		text-decoration: none;
		font-weight: bold;
		border:none;

	}



textarea  {
		background-color: #CFFCCF;
		color: black;
		border-color: #8FBC8F #8FBC8F #66CDAA #20B2AA;

	}

	input {

		color: black;
		background-color: #CCFF99;
		border-color: #8FBC8F #66CDAA #8FBC8F #8FBC8F;
	}

	h1 {
		margin:0px;
                font-weight: bold;
	color: #038103;
	}
        
        h2{margin:0px;
        color:#337542}
        
        .navbar-inverse {
  background-color: green;
  border-color: #036003;
}

.popover.bottom {
  margin-top: 0px;
}


/* from file */

  td, input{font-size:16px}

            td{

                padding:12px 0px 0px 0px;}


            button{

                height:105px;
                margin:8px;
                padding:6px;
                width:130px;
                border-radius: 5px;
                line-height: 1.2em;
            }

            button > b{
                color:#337542;
                font-size: 22px;
                line-height: 1.5em;
            }


            @media  screen and (min-width: 926px) {
                #today {
                    display: inline;
                }
                #today_mob {
                    display: none;
                }

            }

            @media only screen and (max-width: 926px) {
                #today {
                    display: none;
                    visibility: hidden;
                }
#today_mob {
    display: inline-block;
    margin:0px;
    padding: 0px;
}

            }

            h1{
                font-size: 25px;
                line-height: 30px;


            }