﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.silverd_expand_inner {
	display: none;
}

.silverd_expand_inner.show {
	display: block;
}

.silverd_expand_button {
    font-size: 1.2rem;
    color: #37ae9a;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border: 0px;
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
}

.silverd_expand_button span {
	margin-left: 7px;
}
