/*!
Theme Name: Flow System
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flow-system
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Flow System is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.mastery-left-menu ul{
    padding-left: 20px !important;
    }
.mastery-left-menu ul li{
        list-style: disc;
    }
    
.searchdropdown select {
    height: 50px;
    border-radius: 100px;
}


.entry-content{
    }
.entry-content table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.entry-content td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
 .entry-content th {
   background-color: #dddddd;
}

.entry-content tr:nth-child(even) {
  background-color: #dddddd;
}
@media (min-width: 782px){
    .interface-interface-skeleton__footer{display:none!important;}
    }
