@charset "utf-8";
/* CSS Document */

  a.chngcolor
    {

        color: black;
    }
    
    a.chngcolor:hover
    {
        color: #97c901;


    }
    hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }        
    .comment1{

        border:  1px solid #cfcfcf; border-top: none; box-shadow: 10px 10px 5px #888888;  overflow-y: auto; min-height: 135px;


    }
    .comment2
    {
       border:  1px solid #cfcfcf; border-top: none; box-shadow: 10px 10px 5px #888888; overflow-y: auto; min-height: 150px;
    }
    .commenthead
    {
        background: #2176c5; border-top-left-radius:10px; border-top-right-radius:  10px; width: 100%; color: #ffffff; 

    }

    .postbox{

        border:1px solid #cfcfcf; border-top: none; box-shadow: 10px 10px 5px #888888; width:515px; 


    }
    .posthead
    {
        background: #2176c5; border-top-left-radius:10px; border-top-right-radius:  10px; width: 515px; color: #ffffff;

    }
	@media screen and (max-width:850px){
		
	.postbox{

       width:auto; 


    }
    .posthead
    {
       width:100%; 

    }
		
		
	}
    .poststyle1
    {
        text-align: left; font-size: 17px; padding: 5px;

    }
    .poststyle2
    {
        text-align: right; font-size: 15px; padding: 5px; cursor: pointer;

    }
    .commentstyle1
    {
        text-align: left; font-size: 17px; padding: 5px;

    }
    .commentstyle2
    {

        text-align: right; font-size: 15px; padding: 5px; cursor: pointer;
    }












 #view_comt {cursor: pointer;}
    #post_comt {cursor: pointer;}
/*    #view_comt:hover{color:#97C901;}
    #post_comt:hover{ color:#97C901;  }*/