.container {
    max-width: 1024px;
    min-width: 512px;
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-align: center;*/
}

.tabs-content .tab-content {
    display:none;
}

.tabs-content .tab-content.is-active {
    display:block;
}

.tabs-content {
    padding-right: 3em;
    padding-left: 3em;
}

.tabs-content .tab-content.telegram textarea {
    height: 200px;
}

.tabs-content .tab-content.sms .senderId {
    display: none;
}
.tabs-content .tab-content.sms.smsc .senderId, .tabs-content .tab-content.sms.smscFit19 .senderId {
    display: inline;
    margin-left: 64px;
}

button {
    margin-top:10px;
}

.notification {
    display:none;
    position: fixed;
    top: 32px;
    right: 10px;

    max-width: 360px;
    max-height: 128px;
}