
/*
  Theme Name: Codeceil App
  Author: Nababur Rahaman
  Support: nababurbd@gmail.com
  Website URL: https://codeceil.com
  Author URL: https://github.com/nababur
  Description: For share Codes and Snippets.
  Version: 1.0
*/


/*Import Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');


body {

  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
font-family: 'Nunito', sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 32px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

/*h4 {
  font-size: 18px;
  line-height: 24px; }
*/

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 24px; }

  
.buttonControl {float:left; margin:10px; border:1px solid #999; padding:10px; background-color: aliceblue; font-size:20px; width:950px;}
h4 {font-size:14px; font-weight:bold; padding:0px; margin:2px 0 8px 0;}
.fldlabel {float:left; width:60px; font-size:12px; padding-top:5px; }
.bthide{float:right; color:white; background: red; margin:5px 0 0;}
.btstart{float:left; margin:5px 0 0; color:white; background: green;}
.msgdiv {width:100%; float:left;}
#tabs {width:100%; }
.message {float: left; width: 96%; border: 1px solid #333; padding: 1%; height: 200px; overflow: auto; margin: 0 2%;}
.messagelabel {float: left; width: 96%; font-weight:bold; margin-left: 2%;}
.status {margin-left:5px; color: green;}
#keywordResults{margin-top: 10px;    border: 1px dashed;    padding: 5px;    background: wheat;}
#keywordResults li {padding: 5px 0;}
#keywordResults li:hover{cursor:pointer;}
#fbmsg {background: white; color: black; padding: 5px; height: 100px; width: 895px;}