.ellipsis{
    white-space: nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis; 
}
.mt-0{
    margin-top: 0px;
}
.mr-0{
    margin-right: 0px;
}
.mb-0{
    margin-bottom: 0px;
}
.ml-0{
    margin-left: 0px;
}
.mt-1{
    margin-top: 0.25rem;
}
.mr-1{
    margin-right: 0.25rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.ml-1{
    margin-left: 0.25rem;
}

.mt-2{
    margin-top: 0.5rem;
}

.mr-2{
    margin-right: 0.5rem;
}

.mb-2{
    margin-bottom: 0.5rem;
}

.ml-2{
    margin-left: 0.5rem;
}

.mt-3{
    margin-top: 0.75rem;
}

.mr-3{
    margin-right: 0.75rem;
}

.mb-3{
    margin-bottom: 0.75rem;
}

.ml-3{
    margin-left: 0.75rem;
}

.mt-4{
    margin-top: 1rem;
}

.mr-4{
    margin-right: 1rem;
}

.mb-4{
    margin-bottom: 1rem;
}

.ml-4{
    margin-left: 1rem;
}

.mt-5{
    margin-top: 1.25rem;
}

.mr-5{
    margin-right: 1.25rem;
}

.mb-5{
    margin-bottom: 1.25rem;
}

.ml-5{
    margin-left: 1.25rem;
}

.mt-6{
    margin-top: 1.5rem;
}

.mr-6{
    margin-right: 1.5rem;
}

.mb-6{
    margin-bottom: 1.5rem;
}

.ml-6{
    margin-left: 1.5rem;
}

.mt-7{
    margin-top: 1.75rem;
}

.mr-7{
    margin-right: 1.75rem;
}

.mb-7{
    margin-bottom: 1.75rem;
}

.ml-7{
    margin-left: 1.75rem;
}

.mt-8{
    margin-top: 2rem;
}

.mr-8{
    margin-right: 2rem;
}

.mb-8{
    margin-bottom: 2rem;
}

.ml-8{
    margin-left: 2rem;
}

.mt-9{
    margin-top: 2.25rem;
}

.mr-9{
    margin-right: 2.25rem;
}

.mb-9{
    margin-bottom: 2.25rem;
}

.ml-9{
    margin-left: 2.25rem;
}

.mt-10{
    margin-top: 2.5rem;
}

.mr-10{
    margin-right: 2.5rem;
}

.mb-10{
    margin-bottom: 2.5rem;
}

.ml-10{
    margin-left: 2.5rem;
}

.leading-3{
    line-height: .75rem;
}

.leading-4{
    line-height: 1rem;
}

.leading-5{
    line-height: 1.25rem;
}

.leading-6{
    line-height: 1.5rem;
}

.leading-7{
    line-height: 1.75rem;
}

.leading-8{
    line-height: 2rem;
}

.leading-9{
    line-height: 2.25rem;
}

.leading-10{
    line-height: 2.5rem;
}

.leading-none{
    line-height: 1;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}