/**
  * KWVoIP styles
  * Created by Bob Jonkman bjonkman@sobac.com
  * Added to CSS on 24 November 2017
  * Modified: 5 December 2017 - Added link (anchor) styles for accessibility contrast
 **/

@import "http://kwvoip.ca/bootstrap.css" ;


body  {   background: #ddd ;
          background-image: url("https://kwvoip.ca/kwvoip-handset-background-192x255.png") ;
          background-position: top right ;
          background-attachment: fixed ;
          background-repeat: no-repeat ;
          color: #444 ;
          padding:0 10em;
          font-family: sans-serif ;
}


table {  background: #ccc ;
         opacity: .9 ;
         color: black ;
}

thead { background: black ;
        color: white ;
        font-weight: bold ;
        font-variant: small-caps ;
}        

tr:nth-child(even) { background: #eee ;
}

th,td { padding: 1em ;
}

/* Link (anchor) styles go at end */

a       {  border: thin solid transparent ;
           padding: 0 .1em;
           color: #237;
           font-weight: bolder;
}

a:visited { color: #636 ;
}

a:hover {  background: white ;
           border: thin solid black;
}

/* End of link (anchor) styles */


/**
  * From SOBAC Microcomputer Services
  * Created by Bob Jonkman bjonkman@sobac.com
  *
 **/

.chiclet,
.map,
.ical,
.atomrss
  {  color:white ;
     font-variant:small-caps ;
     font-weight:bolder ;
     font-size: smaller ;
     border:thin solid black ;
     padding:0 .3em ;
     background: inherit ;
  }

a:visited.chiclet,
a:visited.map,
a:visited.ical,
a:visited.atomrss
  { color: white ;
}

a:hover.chiclet,
a:hover.map,
a:hover.ical,
a:hover.atomrss
  { color: black ;
    background: white ;
}


.map
  {  background:blue ;

  }

.ical
  {  background:green ;

  }

.atomrss
  {  background:orange ;

  }

/**
  * End of SOBAC styles
  *
 **/

/* Do not like the way <ins> underlines things. Should be redlined instead... */
ins
  { text-decoration: none ;
    border-left: thick solid red ;
    margin-left: .3em ;
    padding-left: .3em ;
    background-color: #FCC ;
    color: black ;
  }
  }

