﻿.ts-doc-link {
    margin-bottom: 5px;
    outline: none;
}

h4.modal-title {
    font-size: 18px !important;
}

.btn-success {
    color: white !important;
    text-decoration: none !important;
}

.weird-text {
    max-width: 255PX;
    padding-top: 0PX;
    padding-bottom: 0PX;
}

.btn-ts-def {
    color: #000 !important;
    text-decoration: none !important;
}

.text-success {
    color: #3c763d !important;
}

    .text-success:hover {
        color: #2b542c !important;
    }

.text-info {
    color: #31708f !important;
}

    .text-info:hover {
        color: #245269 !important;
    }

.alert {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.panel {
    margin-top:5px !important;
    margin-bottom:5px !important;
}
.panel-footer {
    color:#333 !important;
}

.ts-doc-btn {
    margin:5px !important;
}