﻿.title {
    font-size: 1.3em;
    color: darkblue !important;
    margin-top:10px;
    margin-bottom:10px;

    text-decoration: none;
    font-weight: 500;
}

.titlebg {
    background-color:whitesmoke;
}

.description {
    font-size: 1.1em!important;
    padding: 10px 10px 10px 10px;
}
.comment {
    font-size: .9em !important;
    padding: 10px 10px 10px 10px;
}
.descriptionbg {
    background-color: white;
}
/*question owner and time */
.forumInfo {
    text-align: right;
    font-size:.9em;
    padding-right:.6rem;
    color:black;
}

.fixed-header, .fixed-footer {
    width: 100%;
    position: fixed !important;
    background: #333;
    padding: 10px 0 !important;
    color: #fff;
    z-index: 100 !important;
}

.fixed-header {
    top: 0 !important;
}

.fixed-footer {
    bottom: 0 !important;
}

/*Usbscribe image*/

.image_default {
    /* Set the default cursor */
    cursor: default;
}

    /* Change the cursor to 'pointer' on hover */
    .image_default:hover {
        cursor: pointer;
        background-image: url("images/bell-fill.svg");
        transform: scale(1.1); /* Adjust the scale factor for the zoom effect */
    }

.myTelerikEditor div.k-editor-content div.k-content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}
.Titletxt {
    font-size: 1.3em!important;
}