/* ----------------------------------------------------
    TABLE
------------------------------------------------------- */

#course-list {
    font-size: 20px;
    font-weight: 400;
}

#course-list td {
    line-height: 38px;
}


/* ----------------------------------------------------
    WIDGETS
------------------------------------------------------- */

#sidebar {
    border:1px solid #dadadc;
    border-radius: 5px;
    padding:15px 30px;
}

#sidebar .tagcloud a {
    background-color: #f6f6f6 !important;
    border: 1px solid #dedede !important;
    color: #7a7c82 !important;
    font-size: 12px;
    padding: 0 9px;
}

#sidebar .tagcloud a:hover {
    color:#ffffff !important;
}

#sidebar .banner img {
    width: 100%;
}

#sidebar .latest-tweets li h3 h4 {
    color: #7a7c82;
}

#sidebar .latest-course li h3 h4 a {
    color:#383c4b !important;
}

#sidebar .widget {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom:1px solid #dadadc;
}
#sidebar .widget.course-widget {
    padding:0 !important;
}
#sidebar .widget:last-child {
    border-bottom: 0;
}

.course-widget ul,
.cat-widget ul {
    padding:0;
    list-style: none;
}
.course-widget li,
.cat-widget li {
    padding:5px 0;
    position: relative;
    border-bottom: 1px solid #f0f1f1;
}

.course-widget li:last-child,
.cat-widget li:last-child {
    border-bottom: 0;
}
.course-widget li a strong {
    font-weight: normal !important;
    color:#7a7c82 !important;
}
.course-widget li strong {
    font-weight: normal !important;
    color:#7a7c82 !important;
}
.course-widget li a {
    font-weight: normal !important;
    width: 100%;
    position: relative;
    color:#7a7c82 !important;
}

/* ----------------------------------------------------
    WIKI
------------------------------------------------------- */

.wiki-page table{font-size:18px;border-style:dashed;border-width:1px}
.wiki-page th{font-size:18px;background-color:silver;border-style:solid;border-width:1px;padding:10px}
.wiki-page tr td{font-size:18px;border-style:solid;border-width:1px;padding:10px}
.wiki-page tr td p{font-size:18px;line-height:1.8em;margin:0;}
.wiki-page pre{background:#5c5c5c;color:#FFF}
.wiki-page code{font-size:16px;line-height:28px}
code,pre{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px 2px}
code{color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8;padding:2px 4px}
pre{display:block;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0 0 10px;padding:9.5px}
pre.prettyprint{margin-bottom:20px}
pre code{color:inherit;white-space:pre-wrap;background-color:transparent;border:0;padding:0}



/* ----------------------------------------------------
    PRICING TABLE
------------------------------------------------------- */


.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}


/* ----------------------------------------------------
    BACKGROUND
------------------------------------------------------- */

.opacity-3x {
    -khtml-opacity: 0.30;
    -moz-opacity: 0.30;
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
    opacity: 0.30;
}
