.documentation-option-description {
    font-family: "Ek Mukta", sans-serif;
     font-size: 14px;
    line-height: 1.6;
    cursor: text;
    color: #000;
    max-width:100%;
}

.documentation-option-type-click {
    text-align: left;
     font-family: "Ek Mukta", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #0b559b;
    cursor: pointer;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

    .documentation-option-type-click:hover {
        color: #00a2e8;
        cursor: pointer;
    }

.documentation-table {
     font-family: "Ek Mukta", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    float: left;
    width: 100%;
}

    .documentation-table th {
        width: 33%;
        vertical-align: top;
        text-align: left;
    }

    .documentation-table td {
        width: 33%;
        vertical-align: top;
        text-align: left;
    }
.search {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:250px;
  overflow: hidden; }

  .search input {
    font-family: "Ek Mukta", sans-serif;
     line-height: 40px; }
  .search input[type="text"] {
    height: 40px;
    width:250px;
    padding: 0 4%;
    border: none;
    background: #F2F2F2;
    transition: 0.2s all ease-out; }
    .search input[type="text"]::-webkit-input-placeholder {
      color: #919299;
      transition: 0.2s all ease-out; }
    .search input[type="text"]:-moz-placeholder {
      color: #919299;
      transition: 0.2s all ease-out; }
    .search input[type="text"]::-moz-placeholder {
      color: #919299;
      transition: 0.2s all ease-out; }
    .search input[type="text"]:-ms-input-placeholder {
      color: #919299;
      transition: 0.2s all ease-out; }
    .search input[type="text"]:focus {
      background-color: #FFF; }
#properties {
    overflow-x:auto;
}

.variable {
        color:black;
        font-style: italic;
        font-weight: bold;
      }
      
      .document {
        color:black;
        font-weight: bold;
      }
      
      .widget-selector {
        color:darkblue;
        font-weight: bold;
      }
      
      .widget-property {
        color:darkred;
        font-weight: bold;
      }
      
      .widget-value {
        color:darkgreen;
        font-weight: bold;
      }
      
      pre code{
        font-family: monospace;
        padding:0px 0px 0px 10px;
        margin:0px;
        font-weight: 100;
        font-size: 13px;
        white-space: pre;
      }

      .fc-cmt {
        clear: both; 
        padding: 0px; 
        margin: 0px; 
        color: #080;
      }

      .fc-html {
        clear: both; 
        padding: 0px; 
        margin: 0px; 
        color: #11a;
      }

      .fc-quot {
        clear: both; 
        padding: 0px; 
        margin: 0px; 
        color: #080;
      }

      .fc-kwds {
        color: #11a;
      }

      .code-slashes {
        clear: both; 
        padding: 0px; 
        margin: 0px; 
        color: #a533d4;
      }

      .new-code {
        border:none !important; 
        padding: 0px !important; 
        overflow: auto; 
        margin-top: 5px; 
        margin-bottom: 5px;
      }

      .new-words {
        color: #666b74;
      }
