.info-container {
	margin-right: 20px;
	padding: 30px;
	margin-top: 20px;
}
.info-container::before,
.info-container::after {
    content: '';
    clear: both;
    display: table;
}
.info-title {
	margin: 0 0 45px;
}
.info-version {
	background: #e5e5e5;
    font-size: 14px;
    display: inline-block;
    padding: 2px 4px;
	margin-left: 12px;
	border: 1px solid #ccc;
	vertical-align: top;
}

.hello-user {
	font-size: 18px;
}
.hello-user span {
}
.welcome-desc {
	font-size: 16px;
	max-width: 660px;
	margin-bottom: 40px;
}
.sydney-tab {
	display: none;
	padding: 30px 10px;
}
.sydney-tab.show {
	display: block;
}
.sydney-tab-nav .nav-button {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sydney-tab-nav .nav-tab {
	padding: 10px 14px;
}
.sydney-tab-nav a:active,
.sydney-tab-nav a:focus {
	box-shadow: none;
}
.sydney-tab-nav .nav-button.active {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	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: 1px 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;	
}
.sydney-theme-tabs {
	width: calc(70% - 30px);
	float: left;
	margin-right: 30px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px;
}
.sydney-theme-sidebar {
	width: 30%;
	float: left;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px;
}
.sydney-sidebar-widget {
	margin-bottom: 30px;
}
.sydney-sidebar-widget:last-of-type {
	margin-bottom: 0;
}
.plugins-row {
	box-sizing: border-box;
}
.plugin-block {
	padding: 0 15px;
	width: 33.33333%;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 40px;
}
.sydney-notice {
	background-color: #fff2c3;
    padding: 10px;
    border-left: 2px solid #ffb100;
}
.step-number {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #dddddd;
	margin-right: 10px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	font-size: 13px;
}