Current path: home/webdevt/www/demo2/wp-content/themes/spacious/inc/customizer/core/custom-controls/assets/css/
?? Go up: /home/webdevt/www/demo2/wp-content/themes/spacious/inc/customizer/core/custom-controls/assets
.tooltip-text {
background-color: #444444;
border-radius: 4px;
bottom: 125%;
-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
color: #ffffff;
left: 4px;
margin-left: calc(-120px / 2);
opacity: 0;
padding: 10px 10px;
position: absolute;
text-align: center;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
visibility: hidden;
width: 120px;
z-index: 1;
}
.tooltip-text::after {
border-color: #444444 transparent transparent transparent;
border-style: solid;
border-width: 5px;
content: "";
left: 50%;
margin-left: -5px;
position: absolute;
top: 100%;
}
/**
* Background control CSS.
*/
.customize-control-spacious-background .customize-control-content > div {
margin-bottom: 15px;
}
/**
* Radio buttonset control CSS.
*/
.customize-control-spacious-buttonset .buttonset {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner + .buttonset-inner {
border-left: 0;
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner .spacious-buttonset {
background: #ebebeb;
-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
color: #444444;
display: block;
padding: 5px 12px;
text-align: center;
-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner .spacious-buttonset:hover {
background: #ffffff;
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner input {
display: none;
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner input:checked + label {
background: #0073aa;
color: #ffffff;
}
.customize-control-spacious-buttonset .buttonset .buttonset-inner input:checked + label:hover {
background: #0073aa;
color: #ffffff;
}
.customize-control .actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.customize-control .actions .button {
min-height: 34px;
}
.customize-control .actions .button:last-of-type {
margin-right: 0px;
}
.customize-control-header button.random {
min-height: 34px;
}
input[type=checkbox]:checked {
border-radius: 2px;
-webkit-box-shadow: 0 0 0 1px #0073aa;
box-shadow: 0 0 0 1px #0073aa;
}
input[type=radio]:checked {
-webkit-box-shadow: 0 0 0 1px #0073aa;
box-shadow: 0 0 0 1px #0073aa;
}
input[type=range]:focus {
outline: none;
}
/**
* Alpha color control CSS.
*/
.customize-control-spacious-color .customizer-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.customize-control-spacious-color .customizer-wrapper .customize-control-title {
display: block;
margin: 0 0 8px 0;
}
.wp-picker-container .wp-color-result.button {
background-color: #ebebeb !important;
background-image: none !important;
min-height: 34px;
border: 1px solid #ebebeb;
}
.wp-picker-container .wp-color-result.button::after {
border: 1px solid #ebebeb;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
border-radius: 100%;
content: "";
height: 22px;
left: 5px;
position: absolute;
top: 5px;
width: 22px;
z-index: 0;
}
.wp-picker-container .wp-color-result.button .wp-color-result-text {
background: none;
border: none;
line-height: 2.15384615;
padding: 0 10px 0 6px;
}
.wp-picker-container .wp-color-result.button .color-alpha {
border: 1px solid #ebebeb;
border-radius: 100% !important;
height: 22px !important;
left: 4px !important;
top: 4px !important;
width: 22px !important;
z-index: 1;
}
.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
min-height: 34px !important;
}
.wp-picker-container .wp-picker-holder {
-webkit-box-shadow: 0 0px 20px 0px rgba(68, 68, 68, 0.3);
box-shadow: 0 0px 20px 0px rgba(68, 68, 68, 0.3);
}
.wp-picker-container .iris-picker {
border-color: #ebebeb;
margin-bottom: 5px;
}
.wp-picker-container .iris-picker .iris-alpha-slider {
margin-right: -1px;
}
.customize-control-spacious-divider {
padding: 0 !important;
}
/**
* Custom control CSS.
*/
.customize-control-spacious-custom .spacious-custom-info {
margin-bottom: 15px;
}
.customize-control-spacious-custom .spacious-custom-links li a {
background: #0073aa;
display: block;
text-align: center;
color: #ffffff;
padding: 8px 16px;
text-decoration: none;
}
/**
* Divider control CSS.
*/
.customize-control-spacious-divider hr {
margin-top: 10px;
margin-bottom: 10px;
}
.customize-control-spacious-divider .divider-placement-above + .spacious-control-tooltip {
top: 30px;
}
/**
* Editor control CSS.
*/
.customize-control-spacious-editor .wp-editor-tools .wp-editor-container textarea {
width: 100%;
}
/**
* Group control CSS.
*/
.customize-control-spacious-group .spacious-group-wrap > .customizer-text {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.customize-control-spacious-group .spacious-group-toggle-icon {
background: #ebebeb;
border-radius: 100px;
color: rgba(68, 68, 68, 0.6);
cursor: pointer;
font-size: 20px;
padding: 5px;
position: relative;
right: 0;
top: 0px;
}
.customize-control-spacious-group .spacious-group-toggle-icon:before {
content: "\f464";
}
.customize-control-spacious-group .spacious-group-toggle-icon.open {
background: #0073aa;
color: #ffffff;
}
.customize-control-spacious-group .spacious-group-toggle-icon.open:before {
content: "\f158";
}
.customize-control-spacious-group .spacious-group-toggle-icon.toggle-description {
right: 25px;
}
.customize-control-spacious-group .spacious-field-settings-modal {
background-color: #ffffff;
border-radius: 5px;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
left: 0;
position: absolute;
right: 0;
z-index: 9999;
}
.customize-control-spacious-group .spacious-field-settings-modal:before {
border: 8px solid transparent;
border-bottom-color: #ffffff;
content: "";
pointer-events: none;
position: absolute;
right: 17px;
top: -15px;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-field-settings-wrap {
width: 100%;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-tabs,
.customize-control-spacious-group .spacious-field-settings-modal .spacious-tab-content {
position: relative;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
padding: 15px 15px 0 15px;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list:before, .customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list:after {
border-collapse: collapse;
content: "";
display: table;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li {
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin: 0;
padding: 0.5rem 0.5rem;
text-align: center;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li:not(:first-child) {
border-left-width: 0;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li:focus {
outline-style: none;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li.ui-state-active {
background-color: #289dcc;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li.ui-state-active a {
color: #ffffff;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li a {
color: #555d66;
text-decoration: none;
}
.customize-control-spacious-group .spacious-field-settings-modal .spacious-group-list li a:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.customize-control-spacious-group .spacious-field-settings-modal .customize-control {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 15px 0 15px;
}
.customize-control-spacious-group .spacious-field-settings-modal .customize-control:last-child {
margin-bottom: 15px;
}
/**
* Heading control CSS.
*/
.customize-control-spacious-heading .spacious-heading-wrapper .customize-control-title {
color: #444444;
display: block;
font-size: 14px;
line-height: 1.2;
margin: 0;
}
.customize-control-spacious-heading .spacious-heading-wrapper .customize-control-description {
margin-top: 10px;
padding: 0 12px;
}
.tool-tip {
display: inline-block;
position: relative;
}
.tool-tip:hover .tooltip-text {
opacity: 1;
visibility: visible;
}
#customize-theme-controls .customize-pane-child .accordion-section-content {
padding: 10px;
}
.customize-control .customize-control-spacious-color {
padding-bottom: 0;
}
li.customize-control.customize-control-spacious-hidden {
padding: 0;
}
/**
* Group control CSS.
*/
.customize-control-spacious-hidden.customize-control {
margin-top: 0;
}
/**
* Radio image control CSS.
*/
.customize-control-spacious-radio-image * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.customize-control-spacious-radio-image input {
display: none;
}
.customize-control-spacious-radio-image input:checked + label img {
background: #0073aa;
}
.customize-control-spacious-radio-image .image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.customize-control-spacious-radio-image label {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.customize-control-spacious-radio-image label > img {
background: #ebebeb;
border: 2px solid #ebebeb;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.customize-control-spacious-radio-image .image-col-1:after,
.customize-control-spacious-radio-image .image-col-2:after,
.customize-control-spacious-radio-image .image-col-3:after,
.customize-control-spacious-radio-image .image-col-4:after {
clear: both;
content: '';
display: block;
}
.customize-control-spacious-radio-image .image-col-1 input:checked + label img,
.customize-control-spacious-radio-image .image-col-2 input:checked + label img,
.customize-control-spacious-radio-image .image-col-3 input:checked + label img,
.customize-control-spacious-radio-image .image-col-4 input:checked + label img {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.customize-control-spacious-radio-image .image-col-1 label {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.customize-control-spacious-radio-image .image-col-1 label > img {
border: none;
padding: 15px 15px 0;
width: 70%;
}
.customize-control-spacious-radio-image .image-col-2 label {
-ms-flex-preferred-size: calc((100% / 2) - 12px);
flex-basis: calc((100% / 2) - 12px);
}
.customize-control-spacious-radio-image .image-col-2 label:nth-of-type(odd) {
margin-right: 10px;
}
.customize-control-spacious-radio-image .image-col-2 label:nth-of-type(even) {
margin-left: 10px;
}
.customize-control-spacious-radio-image .image-col-2 label > img {
border: none;
padding: 12px 12px 0;
width: 108px;
}
.customize-control-spacious-radio-image .image-col-3 label {
-ms-flex-preferred-size: calc((100% / 3) - 8px);
flex-basis: calc((100% / 3) - 8px);
}
.customize-control-spacious-radio-image .image-col-3 label:nth-of-type(3n+1) {
margin-right: 10px;
}
.customize-control-spacious-radio-image .image-col-3 label:nth-of-type(3n+3) {
margin-left: 10px;
}
.customize-control-spacious-radio-image .image-col-3 label > img {
border: none;
padding: 8px 8px 0;
width: 75px;
}
.customize-control-spacious-radio-image .image-col-4 label {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 6px 15px;
border: 1px solid #EBEBEB;
}
.customize-control-spacious-radio-image .image-col-4 label:not(:nth-of-type(4n)) {
border-right-width: 0;
}
.customize-control-spacious-radio-image .image-col-4 label > img {
border: 0;
}
.customize-control-spacious-radio-image .image-col-4 input:checked + label {
background: #0073aa;
}
.customize-control-spacious-radio-image label:hover .tooltip-text {
opacity: 1;
visibility: visible;
}
.customize-control-spacious-radio-image .tooltip-text {
bottom: 105%;
left: 50%;
}
/**
* Slider control CSS.
*/
.customize-control-spacious-slider .slider-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.customize-control-spacious-slider .slider-wrapper input[type=range] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: rgba(0, 0, 0, 0.1);
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 5px;
padding: 0;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.customize-control-spacious-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
background: #289dcc;
border-radius: 100%;
height: 16px;
width: 16px;
}
.customize-control-spacious-slider .slider-wrapper input[type=range]::-moz-range-thumb {
background: #289dcc;
border-radius: 100%;
height: 16px;
width: 16px;
}
.customize-control-spacious-slider .slider-wrapper input[type=range]::-ms-thumb {
background: #289dcc;
border-radius: 100%;
height: 16px;
width: 16px;
}
.customize-control-spacious-slider .slider-wrapper .spacious-range-value {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 0 0 5px;
}
.customize-control-spacious-slider .slider-wrapper .spacious-range-value input[type=number] {
font-size: 12px;
padding: 3px;
width: 60px;
}
.customize-control-spacious-slider .slider-wrapper .spacious-range-value .spacious-range-unit {
padding: 0 0 0 5px;
}
.customize-control-spacious-slider .slider-wrapper .spacious-slider-reset {
color: rgba(0, 0, 0, 0.3);
cursor: pointer;
-webkit-transition: color 0.3s ease-in;
transition: color 0.3s ease-in;
}
.customize-control-spacious-slider .slider-wrapper .spacious-slider-reset span {
font-size: 14px;
}
.customize-control-spacious-slider .slider-wrapper .spacious-slider-reset:hover, .customize-control-spacious-slider .slider-wrapper .spacious-slider-reset:focus {
color: #289dcc;
}
.customize-control-spacious-slider .slider-wrapper.slider-description .spacious-slider-reset span {
right: 20px;
}
/**
* Sortable control CSS.
*/
.customize-control-spacious-sortable ul.ui-sortable {
cursor: default;
}
.customize-control-spacious-sortable ul.ui-sortable .dashicons-visibility {
cursor: pointer;
}
.customize-control-spacious-sortable ul.ui-sortable li {
padding: 5px 10px;
border: 1px solid #555555;
background: #ffffff;
cursor: move;
}
.customize-control-spacious-sortable ul.ui-sortable li .dashicons.dashicons-menu {
float: right;
}
.customize-control-spacious-sortable ul.ui-sortable li .dashicons.visibility {
margin-right: 10px;
}
.customize-control-spacious-sortable ul.ui-sortable li.invisible {
color: #aaaaaa;
border: 1px dashed #aaaaaa;
}
.customize-control-spacious-sortable ul.ui-sortable li.invisible .dashicons.visibility {
color: #aaaaaa;
}
.customize-control-spacious-sortable ul.unsortable .dashicons-visibility {
cursor: pointer;
}
.customize-control-spacious-sortable ul.unsortable li {
padding: 5px 10px;
border: 1px solid #555555;
background: #ffffff;
cursor: default;
}
.customize-control-spacious-sortable ul.unsortable li .dashicons.dashicons-menu {
float: right;
}
.customize-control-spacious-sortable ul.unsortable li .dashicons.visibility {
margin-right: 10px;
}
.customize-control-spacious-sortable ul.unsortable li.invisible {
color: #aaaaaa;
border: 1px dashed #aaaaaa;
}
.customize-control-spacious-sortable ul.unsortable li.invisible .dashicons.visibility {
color: #aaaaaa;
}
/**
* Switch toggle control CSS.
*/
.customize-control-spacious-toggle {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.customize-control-spacious-toggle label {
position: relative;
display: inline-block;
width: 30px;
height: 16px;
right: 0;
top: 4px;
}
.customize-control-spacious-toggle label.toggle-description {
right: 20px;
}
.customize-control-spacious-toggle label input {
display: none;
}
.customize-control-spacious-toggle label input:checked + .switch:before {
background: #ffffff;
border-color: #ffffff;
left: -6px;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
.customize-control-spacious-toggle label input:checked + .switch {
background-color: #0073aa;
border-color: #0073aa;
}
.customize-control-spacious-toggle label .switch {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
border: 2px solid #444444;
border-radius: 100px;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.customize-control-spacious-toggle label .switch:before {
position: absolute;
content: '';
height: 6px;
width: 6px;
left: 3px;
bottom: 1px;
border: 2px solid #444444;
background: #444444;
border-radius: 100%;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
/**
* Typography control CSS.
*/
.customize-control-spacious-typography .customize-control-content > div {
margin-bottom: 15px;
}
.customize-control-spacious-typography .customize-control-content .font-size,
.customize-control-spacious-typography .customize-control-content .line-height,
.customize-control-spacious-typography .customize-control-content .letter-spacing {
position: relative;
}
.customize-control-spacious-typography .customize-control-content .control-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.customize-control-spacious-typography .customize-control-content .unit {
background: #ebebeb;
border-radius: 0 2px 2px 0;
font-weight: 500;
line-height: 34px;
padding: 0 12px;
text-transform: uppercase;
}
.customize-control-spacious-typography .customize-control-content .font-style,
.customize-control-spacious-typography .customize-control-content .font-family,
.customize-control-spacious-typography .customize-control-content .font-weight,
.customize-control-spacious-typography .customize-control-content .text-transform {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.customize-control-spacious-typography .customize-control-content .font-style .spacious-field-content,
.customize-control-spacious-typography .customize-control-content .font-family .spacious-field-content,
.customize-control-spacious-typography .customize-control-content .font-weight .spacious-field-content,
.customize-control-spacious-typography .customize-control-content .text-transform .spacious-field-content {
padding-top: 2px;
width: 180px;
}
span.select2-container.select2-container--default.select2-container--open {
z-index: 999999;
}
/**
* Title control CSS.
*/
.customize-control-spacious-title {
border-bottom: 1px solid #ebebeb;
margin-top: 15px;
}
.customize-control-spacious-title:nth-child(2) {
margin-top: 0;
}
.spacious-title-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.spacious-title-wrapper .dashicons-editor-help {
color: rgba(68, 68, 68, 0.5);
margin-left: 5px;
}
.spacious-title-wrapper .dashicons-editor-help:hover {
color: #444444;
}
.spacious-title-wrapper .guide-tutorial > span {
border-right: 1px solid #eeeeee;
padding: 0 5px 0 8px;
}
.spacious-title-wrapper .guide-tutorial > span:first-child, .spacious-title-wrapper .guide-tutorial > span:last-of-type {
border-right: 0;
padding-right: 0;
}
.spacious-title-wrapper .guide-tutorial > span a {
font-weight: 500;
text-decoration: none;
}
.spacious-title-wrapper label.customizer-text {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/**
* Dimensions control CSS.
*/
.customize-control-spacious-dimensions {
position: relative;
}
.customize-control-spacious-dimensions .wrapper {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 6px 8px;
}
.customize-control-spacious-dimensions .wrapper .control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.customize-control-spacious-dimensions .wrapper .control .top, .customize-control-spacious-dimensions .wrapper .control .right, .customize-control-spacious-dimensions .wrapper .control .bottom, .customize-control-spacious-dimensions .wrapper .control .left {
width: 23%;
}
.customize-control-spacious-dimensions .wrapper .control .top h5, .customize-control-spacious-dimensions .wrapper .control .right h5, .customize-control-spacious-dimensions .wrapper .control .bottom h5, .customize-control-spacious-dimensions .wrapper .control .left h5 {
margin: 0;
font-weight: normal;
}
p.upgrade-description {
margin-top: 10px;
font-style: italic;
}