body,fieldset{
      border-radius:5px;} 


  img{
      border:0;}
         

 /* Slow Link */
    a,a:hover{
        -moz-transition-duration:1s;
        -webkit-transition-duration:1s;
        transition-duration:1s;}
 /* Slow Link -end */


 /* upside */
    .SearchQuery{
           text-align:center;
           position: relative;
           left:1em;
           font-weight:bolder; }
/* upside -end */
        
           
/* fieldset */
    legend p{
        font-weight:bolder;
        background-color:#fff;
        border-radius:2px; 
        line-height:2em;}

     section fieldset{
       line-height:1.3em;}
 /* fieldset -end*/  


/* Post */

   h2{
        font-size:1em;}

   /* Link Post */
    .LinkPost{
        background-color:antiquewhite;
        font-weight:bolder;
        padding:2px; }
   /* Link Post -end */


   /* Chat */
    .chat{
        padding:2px;
        background-color:rgba(144, 238, 144,.2);
        border-radius:2px;}
	
    .chat dt{
        font-weight:bolder;}
        
    .chat dd{
        background-color:white;
        border-radius:2px;
        padding:2px; }
   
    .chat:nth-child(odd){
	    border-bottom:solid 1px rgba(144, 238, 144,.8);}    
    /* Chat -end*/


    /* Quote */ 
    .Quote_mark{
        position:relative;
        font-weight:bolder;}
    /* Quote -end*/ 


     /* Ask */    
    .asker-question{
        font-weight:bolder;} 
 
    .asker-avatar{
        margin-top:5px;
        border-radius:50%;}
     /* Ask -end*/   

    
     /* Tag */
    p.tags{
        margin-top:1em;}
     /* Tag -end */
     
     
     /* Notes */
    ol.notes {
        list-style-type: none;
        background-color:#fff;
        border-radius:5px;
        margin:0 3px auto;}

    ol.notes li.note {
        padding: 10px;}

    ol.notes li.note img.avatar {
        vertical-align: -4px;
        margin-right: 5px;
        width: 16px;
        height: 16px;
        border-radius:50%; }

    ol.notes li.note span.action {
        font-weight: bold; }

    ol.notes li.note .answer_content {
        font-weight: normal;}

    ol.notes li.note blockquote {
        border-color: #eee;
        padding: 5px;
        margin-right: 3em; }
     /*  Notes -end*/
     
         
     /* footer like */
    .like_and_reblog_buttons{
        clear:both;
        padding:0;
        list-style: none; }

    .like_and_reblog_buttons li{
        float: left;
        margin: 0;
        padding:2px;
        height: 15px; }


    .like_and_reblog_buttons li svg {
        fill:red;}  
       /* footer like - end*/

       
       /* Reblog from */
    .sources{
        list-style-type: none;}
         
    .sources img{
        position: relative;
        top:0.2em;
        border-radius:50%;}
       /* Reblog from - end*/

    /* Share */ 
    .Share,.Share ul{
        list-style-type: none; }
     
    .Share >li{
        max-width:10em;
        position:relative;
        top:1em;}

    .Share li ul{
        display:none;}
   
    .Share li:hover ul{
        z-index:2;
        display:block;
        position:absolute;
        left:-3em;
        top:-13em;
        background-color:#fff;
        border:solid 2px rgba(255,165,0,.4);
        padding:2em;
        border-radius:50%;
        height:10em;
        width:10em;}
          
     .Share li:hover li{
        margin:.5em;} 
   /* Share - end*/
  
/* Post -end */