/*Hide elements which depends on NG framework initialization*/
.wp-wait-ng-fw {
    display: none
}


/*Header*/
.wp-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
	/*right: 500px;*/ /*rcw*/
   
}

/*Content container*/
.wp-content {
    margin: 0 auto;
    padding: 20px;
    height: 100%;
    max-width: 990px;
}

/*Generic button styles*/
.wp-content .wp-btn {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    background: #fff none;
    border: 1px solid #ccc;
}

/*Highlight generic button on hover*/
.wp-content .wp-btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/*Site title*/
.wp-content .wp-site-title {
    margin: auto auto 20px;
    text-align: center;
    text-transform: uppercase;
    color: #01A2D8
}

/*Content block*/
.wp-content .wp-content-block {
    margin: auto auto 20px;
    border-radius: 10px;
    background-color: #DCE775;
    padding: 20px;
}

/*Content block title*/
.wp-content .wp-content-block .wp-content-block-title {
    text-transform: uppercase;
    font-weight: 600;
}
