.info-container {
	background-color: #ffffff;
	margin-right: 20px;
	padding: 30px;
	margin-top: 20px;
	border: 0px solid #e5e5e5;
}
.info-container::before,
.info-container::after {
    content: '';
    clear: both;
    display: table;
}
.info-title {
	margin: 0 0 45px;
}

.hello-user {
	font-size: 18px;
	color: #ffffff;	
}
.hello-user span {
}
.welcome-desc {
	font-size: 16px;
    max-width: 600px;
}
.sydney-theme-tabs {
	margin-top: 45px;
}
.sydney-tab {
	display: none;
	padding: 30px 10px;
}
.sydney-tab.show {
	display: block;
}
.sydney-tab-nav .nav-button {
	font-size: 18px;
}
.sydney-tab-nav a:active,
.sydney-tab-nav a:focus {
	box-shadow: none;
}
.sydney-tab-nav .nav-button.active {
	background-color: transparent;
	border-bottom: 0px solid #ffffff;
	margin-bottom: -1px;
}
.nav-tab:first-of-type {
	margin-left: 0;
}
.tab-column {
	width: 45%;
}
.tab-column:first-of-type {
	float: left;
}
.tab-column:last-of-type {
	float: right;
}
.sydney-tab.support .dashicons {
    display: block;
    font-size: 32px;
    height: auto;
    width: auto;
    text-align: left;
}
.sydney-tab.table table {
	border-collapse: collapse;
}
.sydney-tab.table th,
.sydney-tab.table td {
	border: 0px solid #ebebeb;
	padding: 20px;
	text-align: center;
}
.sydney-tab .dash-green {
	color: #5ad15a;
    font-size: 28px;
    height: auto;
    width: auto;
}
.sydney-tab .dash-red {
	color: #fc6f6f;
    font-size: 28px;
    height: auto;
    width: auto;	
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}