/**
 * Theme Name: Connector
 * Theme URI: https://qantumthemes.com/
 * Author: Qantum Themes S.L.
 * Author URI: https://qantumthemes.com/
 * Version: 2
 * Requires PHP: 7.3
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
body{background: #000; color: #999;}
 .connector-global {
 	max-width: 90%;
 	margin: 0 auto;
 	padding-top: 50px;
 	padding-bottom: 100px;
 	font-family: 'Open Sans', sans-serif;
 }
 .connector-disabled {
 	opacity: 0.5;
 	background-color: red;
 }
 .connector-menu {
 	margin-bottom: 50px;
 }
 .qt-btn {
 	margin: 0 5px;
 	padding: 5px 10px;
 	text-transform: uppercase;
 	border: 1px solid #ddd;
 	color: #222;
 	text-decoration: none;
 	border-radius: 4px;
 }
 .qt-style-table, .qt-showall, .qt-checkurl {
 	background-color: blue;
 	color: white;
 	float: right;
 }
 .qt-checkurl {
 	background-color: red;
 }
 a {
 	text-decoration: none;
 	color: green;
 }
 table {

 }
 table td,table th  {
 	padding: 5px 18px;
 }
 .qt-external {
 	color: blue;
 }